[INFO] cloning repository https://github.com/rust-lang-nursery/mdBook [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-lang-nursery/mdBook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2FmdBook", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2FmdBook'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 218e2001174a1151648b0e3909f2e1234000d4e0 [INFO] testing rust-lang-nursery/mdBook against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2FmdBook" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-lang-nursery/mdBook on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rust-lang-nursery/mdBook [INFO] finished tweaking git repo https://github.com/rust-lang-nursery/mdBook [INFO] tweaked toml for git repo https://github.com/rust-lang-nursery/mdBook written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/rust-lang-nursery/mdBook already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b71ec21a4bcce3dbd7bfbde44ec6fcc25189e3fbeee0d69eeaa529fba5132a1e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b71ec21a4bcce3dbd7bfbde44ec6fcc25189e3fbeee0d69eeaa529fba5132a1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b71ec21a4bcce3dbd7bfbde44ec6fcc25189e3fbeee0d69eeaa529fba5132a1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b71ec21a4bcce3dbd7bfbde44ec6fcc25189e3fbeee0d69eeaa529fba5132a1e", kill_on_drop: false }` [INFO] [stdout] b71ec21a4bcce3dbd7bfbde44ec6fcc25189e3fbeee0d69eeaa529fba5132a1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 094e4f5ef3863198ba8cb29831f158a17440e19e247105edcf76a6beab4604d8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "094e4f5ef3863198ba8cb29831f158a17440e19e247105edcf76a6beab4604d8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling siphasher v0.3.2 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling smallvec v1.3.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling pulldown-cmark v0.7.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling base64 v0.12.0 [INFO] [stderr] Compiling urlencoding v1.0.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling open v1.4.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling gitignore v1.0.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling tendril v0.4.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.9 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling inotify v0.7.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling tungstenite v0.10.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling serde_json v1.0.52 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling handlebars v3.0.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.9 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling tokio-tungstenite v0.10.1 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Compiling elasticlunr-rs v2.3.8 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling xml5ever v0.16.1 [INFO] [stderr] Compiling markup5ever_rcdom v0.1.0 [INFO] [stderr] Compiling ammonia v3.1.0 [INFO] [stderr] Compiling warp v0.2.2 [INFO] [stderr] Compiling mdbook v0.4.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 02s [INFO] running `Command { std: "docker" "inspect" "094e4f5ef3863198ba8cb29831f158a17440e19e247105edcf76a6beab4604d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094e4f5ef3863198ba8cb29831f158a17440e19e247105edcf76a6beab4604d8", kill_on_drop: false }` [INFO] [stdout] 094e4f5ef3863198ba8cb29831f158a17440e19e247105edcf76a6beab4604d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2c32cf3b9abd7b0ed3c088743393c68966dccee66adbe079f93330b93b390ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a2c32cf3b9abd7b0ed3c088743393c68966dccee66adbe079f93330b93b390ec", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling select v0.5.0 [INFO] [stderr] Compiling mdbook v0.4.5 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `mdbook` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rendered_output --edition=2018 tests/rendered_output.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="ammonia"' --cfg 'feature="default"' --cfg 'feature="elasticlunr-rs"' --cfg 'feature="futures-util"' --cfg 'feature="gitignore"' --cfg 'feature="notify"' --cfg 'feature="search"' --cfg 'feature="serve"' --cfg 'feature="tokio"' --cfg 'feature="warp"' --cfg 'feature="watch"' -C metadata=eb6ea5cf3e6483d8 -C extra-filename=-eb6ea5cf3e6483d8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ammonia=/opt/rustwide/target/debug/deps/libammonia-ef064df1eff562a3.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5e18862234bdcb74.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-fde52bcaaef8f329.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-276dde38f4411062.rlib --extern elasticlunr=/opt/rustwide/target/debug/deps/libelasticlunr-2b15cb270fe2ba5b.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-e8778a513578ea3a.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-107198a433566c57.rlib --extern gitignore=/opt/rustwide/target/debug/deps/libgitignore-986c15d087f623b7.rlib --extern handlebars=/opt/rustwide/target/debug/deps/libhandlebars-90918702b482150c.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib --extern mdbook=/opt/rustwide/target/debug/deps/libmdbook-4f6179159b314ae1.rlib --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-04bda14fc463632c.rlib --extern open=/opt/rustwide/target/debug/deps/libopen-bd3bfb112f35622c.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-5f40f5019e43dab8.rlib --extern pulldown_cmark=/opt/rustwide/target/debug/deps/libpulldown_cmark-c0f95c9e30fa177f.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-6f8416c1b62a7ea4.rlib --extern select=/opt/rustwide/target/debug/deps/libselect-f8be3498cbb6ee6c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b5677b2e22d661d8.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-8aff47eebc2d9368.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-11433b88dfabeed7.rlib --extern shlex=/opt/rustwide/target/debug/deps/libshlex-736047b827070f08.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-62008d3be1370d82.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5cdb7cdd736793dd.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-b5297c01b8f9b400.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-c239aebdeb046bad.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-3014115ce91026f8.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.init.365zf2v9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693" "/opt/rustwide/target/debug/deps/init-7ae666b2537da693.3p0dm3s1drlhqj3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwalkdir-c239aebdeb046bad.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3c3c7843ff20ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libmdbook-4f6179159b314ae1.rlib" "/opt/rustwide/target/debug/deps/libammonia-ef064df1eff562a3.rlib" "/opt/rustwide/target/debug/deps/liburl-d627c82f0e4f9851.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-2efb0e8e1cf7d5c2.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-81d5e83ddd5ff03c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1037d348a556d154.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libmaplit-a011c700aac1c3f1.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever_rcdom-0b481072d4b8d59d.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-1232196e61873acc.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-5910e9e679ab5052.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-407c1f878043cce6.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-ce31d906f14aec99.rlib" "/opt/rustwide/target/debug/deps/libphf-e4c6467a7d678fa5.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-287b986ed753d2fa.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-87ca21b14de9deec.rlib" "/opt/rustwide/target/debug/deps/libtendril-4f41b94c5580738f.rlib" "/opt/rustwide/target/debug/deps/libutf8-4f177abfb802ed08.rlib" "/opt/rustwide/target/debug/deps/libfutf-c46c8f4e8683e33d.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-27d99a1aa6b1a360.rlib" "/opt/rustwide/target/debug/deps/libmac-fae7097444946892.rlib" "/opt/rustwide/target/debug/deps/libanyhow-5e18862234bdcb74.rlib" "/opt/rustwide/target/debug/deps/libelasticlunr-2b15cb270fe2ba5b.rlib" "/opt/rustwide/target/debug/deps/libstrum-5b3d929f163e70ad.rlib" "/opt/rustwide/target/debug/deps/libhandlebars-90918702b482150c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libpest-94472cacdd28b4f3.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-b5cbea2428991675.rlib" "/opt/rustwide/target/debug/deps/libregex-6f8416c1b62a7ea4.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-8ee41e3acf264971.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-60e11e3c8decf3d4.rlib" "/opt/rustwide/target/debug/deps/libshlex-736047b827070f08.rlib" "/opt/rustwide/target/debug/deps/libtoml-b5297c01b8f9b400.rlib" "/opt/rustwide/target/debug/deps/libtempfile-62008d3be1370d82.rlib" "/opt/rustwide/target/debug/deps/librand-6b8daab1062622eb.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-fa95ba0b6cab8a16.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6d95e9c6294206c2.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-449783e61805f843.rlib" "/opt/rustwide/target/debug/deps/librand_core-d77d71b4b5f5c712.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-8978fe6070e209f4.rlib" "/opt/rustwide/target/debug/deps/liblibc-72bab3e423bcd510.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-e6bdecb256edde3d.rlib" "/opt/rustwide/target/debug/deps/libpulldown_cmark-c0f95c9e30fa177f.rlib" "/opt/rustwide/target/debug/deps/libunicase-7935425cbe13e201.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-11433b88dfabeed7.rlib" "/opt/rustwide/target/debug/deps/libryu-768d4b2cb1a3ca2b.rlib" "/opt/rustwide/target/debug/deps/libitoa-3684b8eba7e8f8b7.rlib" "/opt/rustwide/target/debug/deps/libserde-b5677b2e22d661d8.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.custom_preprocessors.308hcakh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6" "/opt/rustwide/target/debug/deps/custom_preprocessors-70c5acc5d26445c6.16ly2p3wu55ui4n1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-c239aebdeb046bad.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3c3c7843ff20ed.rlib" "/opt/rustwide/target/debug/deps/libmdbook-4f6179159b314ae1.rlib" "/opt/rustwide/target/debug/deps/libammonia-ef064df1eff562a3.rlib" "/opt/rustwide/target/debug/deps/liburl-d627c82f0e4f9851.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-2efb0e8e1cf7d5c2.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-81d5e83ddd5ff03c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1037d348a556d154.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libmaplit-a011c700aac1c3f1.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever_rcdom-0b481072d4b8d59d.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-1232196e61873acc.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-5910e9e679ab5052.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-407c1f878043cce6.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-ce31d906f14aec99.rlib" "/opt/rustwide/target/debug/deps/libphf-e4c6467a7d678fa5.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-287b986ed753d2fa.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-87ca21b14de9deec.rlib" "/opt/rustwide/target/debug/deps/libtendril-4f41b94c5580738f.rlib" "/opt/rustwide/target/debug/deps/libutf8-4f177abfb802ed08.rlib" "/opt/rustwide/target/debug/deps/libfutf-c46c8f4e8683e33d.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-27d99a1aa6b1a360.rlib" "/opt/rustwide/target/debug/deps/libmac-fae7097444946892.rlib" "/opt/rustwide/target/debug/deps/libelasticlunr-2b15cb270fe2ba5b.rlib" "/opt/rustwide/target/debug/deps/libstrum-5b3d929f163e70ad.rlib" "/opt/rustwide/target/debug/deps/libhandlebars-90918702b482150c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libpest-94472cacdd28b4f3.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-b5cbea2428991675.rlib" "/opt/rustwide/target/debug/deps/libregex-6f8416c1b62a7ea4.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-8ee41e3acf264971.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-60e11e3c8decf3d4.rlib" "/opt/rustwide/target/debug/deps/libshlex-736047b827070f08.rlib" "/opt/rustwide/target/debug/deps/libtoml-b5297c01b8f9b400.rlib" "/opt/rustwide/target/debug/deps/libtempfile-62008d3be1370d82.rlib" "/opt/rustwide/target/debug/deps/librand-6b8daab1062622eb.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-fa95ba0b6cab8a16.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6d95e9c6294206c2.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-449783e61805f843.rlib" "/opt/rustwide/target/debug/deps/librand_core-d77d71b4b5f5c712.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-8978fe6070e209f4.rlib" "/opt/rustwide/target/debug/deps/liblibc-72bab3e423bcd510.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-e6bdecb256edde3d.rlib" "/opt/rustwide/target/debug/deps/libpulldown_cmark-c0f95c9e30fa177f.rlib" "/opt/rustwide/target/debug/deps/libunicase-7935425cbe13e201.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-11433b88dfabeed7.rlib" "/opt/rustwide/target/debug/deps/libryu-768d4b2cb1a3ca2b.rlib" "/opt/rustwide/target/debug/deps/libitoa-3684b8eba7e8f8b7.rlib" "/opt/rustwide/target/debug/deps/libserde-b5677b2e22d661d8.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libanyhow-5e18862234bdcb74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a2c32cf3b9abd7b0ed3c088743393c68966dccee66adbe079f93330b93b390ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2c32cf3b9abd7b0ed3c088743393c68966dccee66adbe079f93330b93b390ec", kill_on_drop: false }` [INFO] [stdout] a2c32cf3b9abd7b0ed3c088743393c68966dccee66adbe079f93330b93b390ec