Skip to content

rustdoc on nightly: found two different crates with name bitflags that are not distinguished by differing -C metadata #65795

@semarie

Description

@semarie

on OpenBSD, I am currently unable to build rust 1.40.0-nightly due to failure with bitflags metadata.

I am downloading rustc-nightly-src.tar.gz and build it using rustc beta. The build is done using vendored crates.

The config.toml file used is:

[build]
rustc = "/data/semarie/build-rust/install_dir/beta/bin/rustc"
cargo = "/data/semarie/build-rust/install_dir/beta/bin/cargo"
python = "/usr/local/bin/python2.7"
gdb = "/usr/local/bin/egdb"
vendor = true
extended = true
verbose = 1

[install]
prefix = "/data/semarie/build-rust/install_dir/nightly"

[dist]
src-tarball = false

[rust]
channel = "nightly"
codegen-tests = false
verbose-tests = true

[target.x86_64-unknown-openbsd]
llvm-config = "/usr/local/bin/llvm-config"

[llvm]
static-libstdcpp = false
ninja = true

The build fail when building rustdoc:

   Compiling rustdoc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustdoc)
error[E0523]: found two different crates with name `bitflags` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
  --> src/librustdoc/html/markdown.rs:36:5
   |
36 | use pulldown_cmark::{html, CowStr, Event, Options, Parser, Tag};
   |     ^^^^^^^^^^^^^^

error: aborting due to previous error

error: could not compile `rustdoc`.

Below is my build log output.

Thu Oct 24 18:00:17 CEST 2019: starting rustbuild clean
running: /data/semarie/build-rust/install_dir/beta/bin/cargo build --manifest-path /data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap/Cargo.toml --frozen
    Finished dev [unoptimized] target(s) in 11.93s
running: /data/semarie/build-rust/build_dir/build/bootstrap/debug/bootstrap clean
finding compilers
CC_x86_64-unknown-openbsd = "cc"
CFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-O2", "-pipe"]
CXX_x86_64-unknown-openbsd = "c++"
CXXFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-O2", "-pipe"]
AR_x86_64-unknown-openbsd = "ar"
running sanity check
learning about cargo
Build completed successfully in 0:01:40
Thu Oct 24 18:01:58 CEST 2019: fetching (cache hit): rustc-nightly-src.tar.gz
Thu Oct 24 18:01:58 CEST 2019: removing /data/semarie/build-rust/build_dir/rustc-nightly-src
Thu Oct 24 18:02:39 CEST 2019: extracting rustc-nightly-src.tar.gz
Thu Oct 24 18:03:34 CEST 2019: patching nightly
patching: bootstrap: pass optimization flags
patching: openssl-sys: libressl in -current isn't explicitly supported
Thu Oct 24 18:03:34 CEST 2019: fetching (cache hit): rustc-beta-src.tar.gz
Thu Oct 24 18:03:34 CEST 2019: already up-to-date: beta
Thu Oct 24 18:03:34 CEST 2019: info: building: 1.40.0-nightly (4a8c5b20c 2019-10-23)
Thu Oct 24 18:03:34 CEST 2019: info: required stage0:
	date: 2019-09-25
	rustc: beta
	cargo: beta
Thu Oct 24 18:03:34 CEST 2019: info: rustc -vV
	rustc 1.39.0-beta
	binary: rustc
	commit-hash: unknown
	commit-date: unknown
	host: x86_64-unknown-openbsd
	release: 1.39.0-beta
	LLVM version: 8.0
Thu Oct 24 18:03:34 CEST 2019: info: cargo -vV
	cargo 1.39.0-beta
	release: 1.39.0
Thu Oct 24 18:03:34 CEST 2019: starting rustbuild dist --jobs=4
running: /data/semarie/build-rust/install_dir/beta/bin/cargo build --manifest-path /data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap/Cargo.toml --frozen
   Compiling bootstrap v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap)
    Finished dev [unoptimized] target(s) in 40.61s
running: /data/semarie/build-rust/build_dir/build/bootstrap/debug/bootstrap dist --jobs=4
finding compilers
CC_x86_64-unknown-openbsd = "cc"
CFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-O2", "-pipe"]
CXX_x86_64-unknown-openbsd = "c++"
CXXFLAGS_x86_64-unknown-openbsd = ["-O2", "-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-O2", "-pipe"]
AR_x86_64-unknown-openbsd = "ar"
running sanity check
learning about cargo
> Docs { host: "x86_64-unknown-openbsd" }
  > UnstableBook { target: "x86_64-unknown-openbsd" }
    > UnstableBookGen { target: "x86_64-unknown-openbsd" }
      > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > UnstableBookGen { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        > ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "unstable-book-gen", path: "src/tools/unstable-book-gen", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: [] }
          > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
            < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        < ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "unstable-book-gen", path: "src/tools/unstable-book-gen", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: [] }
      < UnstableBookGen { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < UnstableBookGen { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "unstable-book", src: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        > ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustbook", path: "src/tools/rustbook", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: ["linkcheck"] }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        < ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustbook", path: "src/tools/rustbook", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: ["linkcheck"] }
      < Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "unstable-book", src: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc" }
  < UnstableBook { target: "x86_64-unknown-openbsd" }
  c UnstableBookGen { target: "x86_64-unknown-openbsd" }
  > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > Llvm { target: "x86_64-unknown-openbsd" }
        < Llvm { target: "x86_64-unknown-openbsd" }
      < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
      > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    > Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      > Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    < Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
      c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Llvm { target: "x86_64-unknown-openbsd" }
    < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
    > Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    < Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  < Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  > TheBook { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", name: "book" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/first-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/first-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/second-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/second-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/2018-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/2018-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > Standalone { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      > Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      < Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    < Standalone { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  < TheBook { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", name: "book" }
  c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Standalone { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > Std { stage: 2, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    < Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Rustdoc { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  < Std { stage: 2, target: "x86_64-unknown-openbsd" }
  > Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  < Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustc { stage: 2, target: "x86_64-unknown-openbsd" }
  > Rustdoc { stage: 2, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  < Rustdoc { stage: 2, target: "x86_64-unknown-openbsd" }
  c Rustdoc { stage: 2, target: "x86_64-unknown-openbsd" }
  > ErrorIndex { target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    > ErrorIndex { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "error_index_generator", path: "src/tools/error_index_generator", mode: ToolRustc, is_optional_tool: false, source_type: InTree, extra_features: [] }
        > Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
          > Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
            > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
            c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
            c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
              c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
              c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
          c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "error_index_generator", path: "src/tools/error_index_generator", mode: ToolRustc, is_optional_tool: false, source_type: InTree, extra_features: [] }
    < ErrorIndex { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  < ErrorIndex { target: "x86_64-unknown-openbsd" }
  > Nomicon { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "nomicon", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "nomicon", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < Nomicon { target: "x86_64-unknown-openbsd" }
  > Reference { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "reference", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "reference", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < Reference { target: "x86_64-unknown-openbsd" }
  > RustdocBook { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "rustdoc", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "rustdoc", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < RustdocBook { target: "x86_64-unknown-openbsd" }
  > RustByExample { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "rust-by-example", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "rust-by-example", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < RustByExample { target: "x86_64-unknown-openbsd" }
  > RustcBook { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "rustc", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "rustc", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < RustcBook { target: "x86_64-unknown-openbsd" }
  > CargoBook { target: "x86_64-unknown-openbsd", name: "cargo" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < CargoBook { target: "x86_64-unknown-openbsd", name: "cargo" }
  > EmbeddedBook { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "embedded-book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "embedded-book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < EmbeddedBook { target: "x86_64-unknown-openbsd" }
  > EditionGuide { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "edition-guide", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "edition-guide", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
  < EditionGuide { target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  > RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "fabricate", path: "src/tools/rust-installer", mode: ToolBootstrap, is_optional_tool: false, source_type: Submodule, extra_features: [] }
      c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    < ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "fabricate", path: "src/tools/rust-installer", mode: ToolBootstrap, is_optional_tool: false, source_type: Submodule, extra_features: [] }
  < RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Docs { host: "x86_64-unknown-openbsd" }
> RustcDocs { host: "x86_64-unknown-openbsd" }
< RustcDocs { host: "x86_64-unknown-openbsd" }
> Mingw { host: "x86_64-unknown-openbsd" }
< Mingw { host: "x86_64-unknown-openbsd" }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
> Rustc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > DebuggerScripts { sysroot: "/data/semarie/build-rust/build_dir/build/tmp/dist/rustc-nightly-x86_64-unknown-openbsd-image", host: "x86_64-unknown-openbsd" }
  < DebuggerScripts { sysroot: "/data/semarie/build-rust/build_dir/build/tmp/dist/rustc-nightly-x86_64-unknown-openbsd-image", host: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Rustc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
> Std { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Std { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
> Analysis { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Analysis { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
> Src
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Src
> Lldb { target: "x86_64-unknown-openbsd" }
< Lldb { target: "x86_64-unknown-openbsd" }
c Lldb { target: "x86_64-unknown-openbsd" }
> Extended { stage: 2, host: "x86_64-unknown-openbsd", target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
  c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  c Rustc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  > Cargo { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Cargo { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] }
    < Cargo { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Cargo { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > Rustfmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Rustfmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    < Rustfmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    > Cargofmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-fmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    < Cargofmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Rustfmt { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > Rls { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Rls { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > Clippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
        > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
          c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
      < Clippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] }
    < Rls { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Rls { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > LlvmTools { target: "x86_64-unknown-openbsd" }
  < LlvmTools { target: "x86_64-unknown-openbsd" }
  > Clippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Clippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    > CargoClippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-clippy", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    < CargoClippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Clippy { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  > Miri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Miri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    < Miri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    > CargoMiri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
      > ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < ToolBuild { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "cargo-miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    < CargoMiri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", extra_features: [] }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Miri { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Lldb { target: "x86_64-unknown-openbsd" }
  c Mingw { host: "x86_64-unknown-openbsd" }
  c Analysis { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Docs { host: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  > Std { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
    c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  < Std { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
  c RustInstaller { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
  c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
< Extended { stage: 2, host: "x86_64-unknown-openbsd", target: "x86_64-unknown-openbsd" }
> Docs { host: "x86_64-unknown-openbsd" }
  > UnstableBook { target: "x86_64-unknown-openbsd" }
    > UnstableBookGen { target: "x86_64-unknown-openbsd" }
Generating unstable book md files (x86_64-unknown-openbsd)
      > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > UnstableBookGen { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        > ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "unstable-book-gen", path: "src/tools/unstable-book-gen", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: [] }
          > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
            < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Building stage0 tool unstable-book-gen (x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/unstable-book-gen/Cargo.toml" "--message-format" "json-render-diagnostics"
   Compiling proc-macro2 v0.4.30
   Compiling unicode-xid v0.1.0
   Compiling syn v0.15.35
   Compiling memchr v2.2.0
   Compiling serde v1.0.99
   Compiling ryu v1.0.0
   Compiling lazy_static v1.3.0
   Compiling ucd-util v0.1.3
   Compiling regex v1.1.6
   Compiling same-file v1.0.4
   Compiling num-traits v0.2.6
   Compiling itoa v0.4.4
   Compiling utf8-ranges v1.0.2
   Compiling thread_local v0.3.6
   Compiling regex-syntax v0.6.6
   Compiling walkdir v2.2.7
   Compiling aho-corasick v0.7.3
   Compiling quote v0.6.12
   Compiling serde_derive v1.0.81
   Compiling serde_json v1.0.40
   Compiling tidy v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/tidy)
   Compiling unstable-book-gen v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/unstable-book-gen)
    Finished release [optimized] target(s) in 2m 54s
        < ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "unstable-book-gen", path: "src/tools/unstable-book-gen", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: [] }
      < UnstableBookGen { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/unstable-book-gen" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc/unstable-book"
    < UnstableBookGen { target: "x86_64-unknown-openbsd" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "unstable-book", src: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        > ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustbook", path: "src/tools/rustbook", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: ["linkcheck"] }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Building stage0 tool rustbook (x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustbook/Cargo.toml" "--features" "linkcheck" "--message-format" "json-render-diagnostics"
   Compiling libc v0.2.64
   Compiling semver-parser v0.7.0
   Compiling cfg-if v0.1.8
   Compiling version_check v0.1.5
   Compiling syn v0.15.35
   Compiling rand_core v0.3.0
   Compiling serde v1.0.99
   Compiling log v0.4.8
   Compiling cc v1.0.35
   Compiling siphasher v0.2.2
   Compiling byteorder v1.3.2
   Compiling futures v0.1.28
   Compiling either v1.5.0
   Compiling nodrop v0.1.12
   Compiling bitflags v1.1.0
   Compiling scopeguard v1.0.0
   Compiling smallvec v0.6.10
   Compiling string_cache_shared v0.3.0
   Compiling stable_deref_trait v1.1.0
   Compiling slab v0.4.2
   Compiling pkg-config v0.3.14
   Compiling scopeguard v0.3.3
   Compiling lazycell v1.2.1
   Compiling itoa v0.4.4
   Compiling matches v0.1.8
   Compiling getrandom v0.1.12
   Compiling new_debug_unreachable v1.0.3
   Compiling ident_case v1.0.1
   Compiling ucd-trie v0.1.1
   Compiling fnv v1.0.6
   Compiling unicode-segmentation v1.2.1
   Compiling unicode-normalization v0.1.7
   Compiling mac v0.1.1
   Compiling unicode-width v0.1.6
   Compiling num-traits v0.2.6
   Compiling openssl v0.10.16
   Compiling rustc-demangle v0.1.16
   Compiling maplit v1.0.1
   Compiling failure_derive v0.1.5
   Compiling httparse v1.3.4
   Compiling percent-encoding v1.0.1
   Compiling precomputed-hash v0.1.1
   Compiling foreign-types-shared v0.1.1
   Compiling utf-8 v0.7.2
   Compiling ppv-lite86 v0.2.5
   Compiling try-lock v0.2.2
   Compiling num-integer v0.1.39
   Compiling native-tls v0.2.3
   Compiling quick-error v1.2.2
   Compiling crc32fast v1.1.2
   Compiling indexmap v1.0.2
   Compiling ansi_term v0.11.0
   Compiling openssl-probe v0.1.2
   Compiling pulldown-cmark v0.5.3
   Compiling vec_map v0.8.1
   Compiling strsim v0.8.0
   Compiling encoding_rs v0.8.17
   Compiling rayon-core v1.6.0
   Compiling is-match v0.1.0
   Compiling take_mut v0.2.2
   Compiling adler32 v1.0.3
   Compiling remove_dir_all v0.5.2
   Compiling dtoa v0.4.4
   Compiling termcolor v1.0.4
   Compiling strum v0.11.0
   Compiling rle-decode-fast v1.0.1
   Compiling open v1.2.1
   Compiling shlex v0.1.1
   Compiling crossbeam-utils v0.6.5
   Compiling semver v0.9.0
   Compiling rand_hc v0.1.0
   Compiling rand_isaac v0.1.1
   Compiling rand_xorshift v0.1.0
   Compiling unicase v1.4.2
   Compiling unicase v2.5.1
   Compiling itertools v0.8.0
   Compiling ryu v1.0.0
   Compiling arrayvec v0.4.7
   Compiling owning_ref v0.3.3
   Compiling unicode-bidi v0.3.4
   Compiling pest v2.1.0
   Compiling heck v0.3.0
   Compiling futf v0.1.4
   Compiling textwrap v0.11.0
   Compiling getopts v0.2.21
   Compiling backtrace-sys v0.1.30
   Compiling foreign-types v0.3.2
   Compiling humantime v1.3.0
   Compiling c2-chacha v0.2.2
   Compiling tokio-executor v0.1.6
   Compiling crossbeam-channel v0.3.8
   Compiling crossbeam-queue v0.1.2
   Compiling rustc_version v0.2.3
   Compiling lock_api v0.1.3
   Compiling idna v0.1.5
   Compiling tendril v0.4.0
   Compiling pest_meta v2.1.0
   Compiling tokio-timer v0.2.8
   Compiling tokio-current-thread v0.1.4
   Compiling iovec v0.1.2
   Compiling num_cpus v1.8.0
   Compiling net2 v0.2.33
   Compiling time v0.1.40
   Compiling atty v0.2.11
   Compiling rand_pcg v0.1.1
   Compiling rand_chacha v0.1.0
   Compiling rand v0.6.1
   Compiling memoffset v0.5.1
   Compiling parking_lot_core v0.4.0
   Compiling openssl-sys v0.9.43
   Compiling hyper v0.12.31
   Compiling want v0.2.0
   Compiling base64 v0.10.1
   Compiling url v1.7.2
   Compiling serde_json v1.0.40
   Compiling toml v0.5.3
   Compiling hashbrown v0.5.0
   Compiling libflate v0.1.25
   Compiling bytes v0.4.11
   Compiling futures-cpupool v0.1.8
   Compiling mio v0.6.16
   Compiling rand_core v0.5.0
   Compiling clap v2.33.0
   Compiling phf_shared v0.7.24
   Compiling mime v0.3.13
   Compiling serde_urlencoded v0.5.5
   Compiling chrono v0.4.6
   Compiling backtrace v0.3.37
   Compiling tokio-io v0.1.11
   Compiling http v0.1.16
   Compiling string v0.2.1
   Compiling tokio-buf v0.1.1
   Compiling rand_chacha v0.2.1
   Compiling phf v0.7.24
   Compiling env_logger v0.6.2
   Compiling darling_core v0.8.6
   Compiling synstructure v0.10.2
   Compiling pest_generator v2.1.0
   Compiling error-chain v0.12.0
   Compiling rand v0.7.0
   Compiling h2 v0.1.25
   Compiling http-body v0.1.0
   Compiling crossbeam-epoch v0.7.2
   Compiling tempfile v3.1.0
   Compiling serde_derive v1.0.81
   Compiling html5ever v0.23.0
   Compiling strum_macros v0.11.0
   Compiling pest_derive v2.1.0
   Compiling structopt-derive v0.2.18
   Compiling phf_generator v0.7.24
   Compiling uuid v0.7.4
   Compiling crossbeam-deque v0.6.3
   Compiling crossbeam-deque v0.7.1
   Compiling darling_macro v0.8.6
   Compiling handlebars v2.0.1
   Compiling phf_codegen v0.7.24
   Compiling string_cache_codegen v0.4.2
   Compiling parking_lot v0.7.1
   Compiling structopt v0.2.18
   Compiling tokio-threadpool v0.1.10
   Compiling darling v0.8.6
   Compiling failure v0.1.5
   Compiling mime_guess v2.0.0-alpha.6
   Compiling tokio-reactor v0.1.8
   Compiling string_cache v0.7.3
   Compiling rayon v1.2.0
   Compiling toml-query_derive v0.9.0
   Compiling markup5ever v0.8.1
   Compiling elasticlunr-rs v2.3.4
   Compiling tokio v0.1.14
   Compiling tokio-tcp v0.1.3
   Compiling toml-query v0.9.0
   Compiling hyper-tls v0.3.2
   Compiling reqwest v0.9.11
   Compiling ammonia v2.1.2
   Compiling mdbook v0.3.1
   Compiling mdbook-linkcheck v0.3.0
   Compiling rustbook v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustbook)
    Finished release [optimized] target(s) in 10m 45s
        < ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", tool: "rustbook", path: "src/tools/rustbook", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: ["linkcheck"] }
      < Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Rustbook (x86_64-unknown-openbsd) - unstable-book
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/rustbook" "build" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc/unstable-book" "-d" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/doc/unstable-book"
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "unstable-book", src: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/md-doc" }
  < UnstableBook { target: "x86_64-unknown-openbsd" }
  c UnstableBookGen { target: "x86_64-unknown-openbsd" }
  > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Building stage0 std artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--features" "panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libtest/Cargo.toml" "--message-format" "json-render-diagnostics"
   Compiling cc v1.0.35
   Compiling core v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libcore)
   Compiling libc v0.2.64
   Compiling autocfg v0.1.6
   Compiling std v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libstd)
   Compiling hashbrown v0.6.1
   Compiling compiler_builtins v0.1.18
   Compiling backtrace-sys v0.1.30
   Compiling unwind v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libunwind)
   Compiling rustc-std-workspace-core v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-core)
   Compiling cfg-if v0.1.8
   Compiling alloc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/liballoc)
   Compiling rustc-demangle v0.1.16
   Compiling panic_abort v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libpanic_abort)
   Compiling backtrace v0.3.37
   Compiling rustc-std-workspace-alloc v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-alloc)
   Compiling panic_unwind v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libpanic_unwind)
   Compiling rustc-std-workspace-std v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-std)
   Compiling term v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libterm)
   Compiling proc_macro v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libproc_macro)
   Compiling unicode-width v0.1.6
   Compiling getopts v0.2.21
   Compiling test v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libtest)
    Finished release [optimized] target(s) in 2m 17s
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
          > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Copying stage0 std from stage0 (x86_64-unknown-openbsd -> x86_64-unknown-openbsd / x86_64-unknown-openbsd)
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Building stage0 compiler artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--features" "" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
   Compiling libc v0.2.64
   Compiling cfg-if v0.1.8
   Compiling semver-parser v0.7.0
   Compiling lazy_static v1.3.0
   Compiling scopeguard v1.0.0
   Compiling byteorder v1.3.2
   Compiling log v0.4.8
   Compiling smallvec v0.6.10
   Compiling nodrop v0.1.12
   Compiling proc-macro2 v1.0.3
   Compiling unicode-xid v0.2.0
   Compiling rustc-rayon-core v0.3.0
   Compiling indexmap v1.0.2
   Compiling syn v1.0.5
   Compiling either v1.5.0
   Compiling stable_deref_trait v1.1.0
   Compiling graphviz v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libgraphviz)
   Compiling cc v1.0.35
   Compiling unicode-width v0.1.6
   Compiling bitflags v1.1.0
   Compiling scoped-tls v1.0.0
   Compiling rustc_target v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_target)
   Compiling syntax v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax)
   Compiling termcolor v1.0.4
   Compiling annotate-snippets v0.6.1
   Compiling lazy_static v0.2.11
   Compiling rustc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc)
   Compiling rustc-demangle v0.1.16
   Compiling datafrog v2.0.1
   Compiling rustc_fs_util v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_fs_util)
   Compiling crc32fast v1.1.2
   Compiling rustc_metadata v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_metadata)
   Compiling getrandom v0.1.12
   Compiling ppv-lite86 v0.2.5
   Compiling serde v1.0.99
   Compiling rustc_incremental v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_incremental)
   Compiling ryu v1.0.0
   Compiling punycode v0.4.0
   Compiling remove_dir_all v0.5.2
   Compiling itoa v0.4.4
   Compiling rustc_interface v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_interface)
   Compiling once_cell v1.1.0
   Compiling rustc_driver v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_driver)
   Compiling crossbeam-utils v0.6.5
   Compiling log_settings v0.1.2
   Compiling lock_api v0.3.1
   Compiling semver v0.9.0
   Compiling arrayvec v0.4.7
   Compiling serialize v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libserialize)
   Compiling itertools v0.8.0
   Compiling rustc_lexer v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_lexer)
   Compiling chalk-macros v0.1.0
   Compiling c2-chacha v0.2.2
   Compiling crossbeam-queue v0.1.2
   Compiling rustc_version v0.2.3
   Compiling backtrace-sys v0.1.30
   Compiling miniz-sys v0.1.11
   Compiling rustc_index v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_index)
   Compiling memoffset v0.5.1
   Compiling parking_lot_core v0.6.2
   Compiling parking_lot v0.9.0
   Compiling ena v0.13.1
   Compiling env_logger v0.7.0
   Compiling rustc_apfloat v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_apfloat)
   Compiling num_cpus v1.8.0
   Compiling jobserver v0.1.16
   Compiling atty v0.2.11
   Compiling term_size v0.3.1
   Compiling memmap v0.6.2
   Compiling rustc-hash v1.0.1
   Compiling quote v1.0.2
   Compiling rand_core v0.5.0
   Compiling polonius-engine v0.10.0
   Compiling chalk-engine v0.9.0
   Compiling measureme v0.3.0
   Compiling backtrace v0.3.37
   Compiling flate2 v1.0.6
   Compiling rand_chacha v0.2.1
   Compiling crossbeam-epoch v0.7.2
   Compiling rls-span v0.5.1
   Compiling serde_json v1.0.40
   Compiling rand v0.7.0
   Compiling crossbeam-deque v0.7.1
   Compiling rls-data v0.19.0
   Compiling tempfile v3.1.0
   Compiling rustc-rayon v0.3.0
   Compiling synstructure v0.12.1
   Compiling rustc_data_structures v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_data_structures)
   Compiling arena v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libarena)
   Compiling rustc_macros v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_macros)
   Compiling syntax_pos v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_pos)
   Compiling rustc_errors v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_errors)
   Compiling fmt_macros v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libfmt_macros)
   Compiling syntax_expand v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_expand)
   Compiling syntax_ext v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_ext)
   Compiling rustc_typeck v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_typeck)
   Compiling rustc_lint v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_lint)
   Compiling rustc_passes v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_passes)
   Compiling rustc_traits v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_traits)
   Compiling rustc_mir v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_mir)
   Compiling rustc_codegen_utils v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_utils)
   Compiling rustc_plugin_impl v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_plugin)
   Compiling rustc_resolve v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_resolve)
   Compiling rustc_privacy v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_privacy)
   Compiling rustc_codegen_ssa v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_ssa)
   Compiling rustc_save_analysis v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_save_analysis)
   Compiling rustc_plugin v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_plugin/deprecated)
   Compiling rustc-main v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/rustc)
    Finished release [optimized] target(s) in 29m 30s
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Copying stage0 rustc from stage0 (x86_64-unknown-openbsd -> x86_64-unknown-openbsd / x86_64-unknown-openbsd)
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
        c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
        > Llvm { target: "x86_64-unknown-openbsd" }
        < Llvm { target: "x86_64-unknown-openbsd" }
Building stage0 codegen artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd, llvm)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_llvm/Cargo.toml" "--features" "" "--message-format" "json-render-diagnostics"
   Compiling build_helper v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/build_helper)
   Compiling cc v1.0.35
   Compiling rustc_codegen_llvm v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_llvm)
   Compiling rustc_llvm v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_llvm)
    Finished release [optimized] target(s) in 3m 38s
      < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
Assembling stage1 compiler (x86_64-unknown-openbsd)
      > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    > Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      > Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Dirty - /data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage1-std
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
Building stage1 std artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--features" "panic-unwind backtrace compiler-builtins-c" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libtest/Cargo.toml" "--message-format" "json-render-diagnostics"
   Compiling cc v1.0.35
   Compiling core v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libcore)
   Compiling libc v0.2.64
   Compiling autocfg v0.1.6
   Compiling std v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libstd)
   Compiling hashbrown v0.6.1
   Compiling compiler_builtins v0.1.18
   Compiling unwind v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libunwind)
   Compiling backtrace-sys v0.1.30
   Compiling rustc-std-workspace-core v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-core)
   Compiling alloc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/liballoc)
   Compiling cfg-if v0.1.8
   Compiling rustc-demangle v0.1.16
   Compiling panic_abort v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libpanic_abort)
   Compiling backtrace v0.3.37
   Compiling rustc-std-workspace-alloc v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-alloc)
   Compiling panic_unwind v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libpanic_unwind)
   Compiling rustc-std-workspace-std v1.99.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustc-std-workspace-std)
   Compiling proc_macro v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libproc_macro)
   Compiling term v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libterm)
   Compiling unicode-width v0.1.6
   Compiling getopts v0.2.21
   Compiling test v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libtest)
    Finished release [optimized] target(s) in 2m 18s
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Copying stage1 std from stage1 (x86_64-unknown-openbsd -> x86_64-unknown-openbsd / x86_64-unknown-openbsd)
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Std { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Dirty - /data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage1-rustc
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
Building stage1 compiler artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--features" "" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
   Compiling libc v0.2.64
   Compiling cfg-if v0.1.8
   Compiling semver-parser v0.7.0
   Compiling lazy_static v1.3.0
   Compiling byteorder v1.3.2
   Compiling scopeguard v1.0.0
   Compiling log v0.4.8
   Compiling nodrop v0.1.12
   Compiling smallvec v0.6.10
   Compiling proc-macro2 v1.0.3
   Compiling unicode-xid v0.2.0
   Compiling rustc-rayon-core v0.3.0
   Compiling syn v1.0.5
   Compiling indexmap v1.0.2
   Compiling either v1.5.0
   Compiling stable_deref_trait v1.1.0
   Compiling graphviz v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libgraphviz)
   Compiling cc v1.0.35
   Compiling scoped-tls v1.0.0
   Compiling unicode-width v0.1.6
   Compiling bitflags v1.1.0
   Compiling rustc_target v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_target)
   Compiling termcolor v1.0.4
   Compiling annotate-snippets v0.6.1
   Compiling syntax v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax)
   Compiling lazy_static v0.2.11
   Compiling rustc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc)
   Compiling rustc-demangle v0.1.16
   Compiling datafrog v2.0.1
   Compiling rustc_fs_util v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_fs_util)
   Compiling crc32fast v1.1.2
   Compiling getrandom v0.1.12
   Compiling rustc_metadata v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_metadata)
   Compiling ppv-lite86 v0.2.5
   Compiling serde v1.0.99
   Compiling punycode v0.4.0
   Compiling ryu v1.0.0
   Compiling rustc_incremental v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_incremental)
   Compiling remove_dir_all v0.5.2
   Compiling rustc_interface v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_interface)
   Compiling itoa v0.4.4
   Compiling once_cell v1.1.0
   Compiling rustc_driver v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_driver)
   Compiling crossbeam-utils v0.6.5
   Compiling log_settings v0.1.2
   Compiling lock_api v0.3.1
   Compiling semver v0.9.0
   Compiling arrayvec v0.4.7
   Compiling serialize v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libserialize)
   Compiling itertools v0.8.0
   Compiling rustc_lexer v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_lexer)
   Compiling chalk-macros v0.1.0
   Compiling c2-chacha v0.2.2
   Compiling crossbeam-queue v0.1.2
   Compiling rustc_version v0.2.3
   Compiling backtrace-sys v0.1.30
   Compiling miniz-sys v0.1.11
   Compiling rustc_index v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_index)
   Compiling memoffset v0.5.1
   Compiling parking_lot_core v0.6.2
   Compiling parking_lot v0.9.0
   Compiling ena v0.13.1
   Compiling env_logger v0.7.0
   Compiling rustc-hash v1.0.1
   Compiling rustc_apfloat v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_apfloat)
   Compiling num_cpus v1.8.0
   Compiling jobserver v0.1.16
   Compiling term_size v0.3.1
   Compiling atty v0.2.11
   Compiling memmap v0.6.2
   Compiling quote v1.0.2
   Compiling chalk-engine v0.9.0
   Compiling polonius-engine v0.10.0
   Compiling measureme v0.3.0
   Compiling rand_core v0.5.0
   Compiling flate2 v1.0.6
   Compiling backtrace v0.3.37
   Compiling rand_chacha v0.2.1
   Compiling crossbeam-epoch v0.7.2
   Compiling rls-span v0.5.1
   Compiling serde_json v1.0.40
   Compiling rand v0.7.0
   Compiling crossbeam-deque v0.7.1
   Compiling rls-data v0.19.0
   Compiling tempfile v3.1.0
   Compiling synstructure v0.12.1
   Compiling rustc-rayon v0.3.0
   Compiling rustc_data_structures v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_data_structures)
   Compiling arena v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libarena)
   Compiling rustc_macros v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_macros)
   Compiling syntax_pos v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_pos)
   Compiling rustc_errors v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_errors)
   Compiling fmt_macros v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libfmt_macros)
   Compiling syntax_expand v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_expand)
   Compiling syntax_ext v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libsyntax_ext)
   Compiling rustc_typeck v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_typeck)
   Compiling rustc_traits v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_traits)
   Compiling rustc_lint v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_lint)
   Compiling rustc_passes v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_passes)
   Compiling rustc_mir v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_mir)
   Compiling rustc_codegen_utils v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_utils)
   Compiling rustc_plugin_impl v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_plugin)
   Compiling rustc_resolve v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_resolve)
   Compiling rustc_privacy v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_privacy)
   Compiling rustc_codegen_ssa v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_ssa)
   Compiling rustc_save_analysis v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_save_analysis)
   Compiling rustc_plugin v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_plugin/deprecated)
   Compiling rustc-main v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/rustc)
    Finished release [optimized] target(s) in 28m 54s
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Copying stage1 rustc from stage1 (x86_64-unknown-openbsd -> x86_64-unknown-openbsd / x86_64-unknown-openbsd)
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    < Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
    > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
      c Rustc { target: "x86_64-unknown-openbsd", compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Dirty - /data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage1-codegen
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
      c Llvm { target: "x86_64-unknown-openbsd" }
Building stage1 codegen artifacts (x86_64-unknown-openbsd -> x86_64-unknown-openbsd, llvm)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_llvm/Cargo.toml" "--features" "" "--message-format" "json-render-diagnostics"
   Compiling build_helper v0.1.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/build_helper)
   Compiling cc v1.0.35
   Compiling rustc_codegen_llvm v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_codegen_llvm)
   Compiling rustc_llvm v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustc_llvm)
    Finished release [optimized] target(s) in 2m 47s
    < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", backend: "llvm" }
Assembling stage2 compiler (x86_64-unknown-openbsd)
    > Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    < Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
    < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  < Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
  > TheBook { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd", name: "book" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Rustbook (x86_64-unknown-openbsd) - book
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/rustbook" "build" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc/book" "-d" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/doc/book"
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/first-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Rustbook (x86_64-unknown-openbsd) - book/first-edition
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/rustbook" "build" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc/book/first-edition" "-d" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/doc/book/first-edition"
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/first-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/second-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Rustbook (x86_64-unknown-openbsd) - book/second-edition
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/rustbook" "build" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc/book/second-edition" "-d" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/doc/book/second-edition"
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/second-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/2018-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
      c Rustbook { compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-openbsd" } }
Rustbook (x86_64-unknown-openbsd) - book/2018-edition
running: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0-tools-bin/rustbook" "build" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc/book/2018-edition" "-d" "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/doc/book/2018-edition"
    < RustbookSrc { target: "x86_64-unknown-openbsd", name: "book/2018-edition", src: "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/doc" }
    > Standalone { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Documenting standalone (x86_64-unknown-openbsd)
      > Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-openbsd" } }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" }, target: "x86_64-unknown-openbsd" }
Dirty - /data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage1-tools
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-openbsd" } }
Building rustdoc for stage2 (x86_64-unknown-openbsd)
running: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustdoc/Cargo.toml"
   Compiling cfg-if v0.1.8
   Compiling libc v0.2.64
   Compiling lazy_static v1.3.0
   Compiling semver-parser v0.7.0
   Compiling getrandom v0.1.12
   Compiling nodrop v0.1.12
   Compiling version_check v0.1.5
   Compiling ppv-lite86 v0.2.5
   Compiling scopeguard v1.0.0
   Compiling bitflags v1.1.0
   Compiling rustc-rayon-core v0.3.0
   Compiling memchr v2.2.0
   Compiling pulldown-cmark v0.5.3
   Compiling macro-utils v0.1.2
   Compiling either v1.5.0
   Compiling remove_dir_all v0.5.2
   Compiling crossbeam-utils v0.6.5
   Compiling arrayvec v0.4.7
   Compiling semver v0.9.0
   Compiling c2-chacha v0.2.2
   Compiling unicase v2.5.1
   Compiling minifier v0.0.33
   Compiling crossbeam-queue v0.1.2
   Compiling rustc_version v0.2.3
   Compiling num_cpus v1.8.0
   Compiling memoffset v0.5.1
   Compiling rand_core v0.5.0
   Compiling rand_chacha v0.2.1
   Compiling rand v0.7.0
   Compiling crossbeam-epoch v0.7.2
   Compiling crossbeam-deque v0.7.1
   Compiling tempfile v3.1.0
   Compiling rustc-rayon v0.3.0
   Compiling rustdoc v0.0.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/librustdoc)
error[E0523]: found two different crates with name `bitflags` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
  --> src/librustdoc/html/markdown.rs:36:5
   |
36 | use pulldown_cmark::{html, CowStr, Event, Options, Parser, Tag};
   |     ^^^^^^^^^^^^^^

error: aborting due to previous error

error: could not compile `rustdoc`.
warning: build failed, waiting for other jobs to finish...
error: build failed


command did not execute successfully: "/data/semarie/build-rust/install_dir/beta/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-openbsd" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--frozen" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rustdoc/Cargo.toml"
expected success, got: exit code: 101


Traceback (most recent call last):
  File "/data/semarie/build-rust/build_dir/rustc-nightly-src/x.py", line 11, in <module>
    bootstrap.main()
  File "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap/bootstrap.py", line 895, in main
    bootstrap(help_triggered)
  File "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap/bootstrap.py", line 881, in bootstrap
    run(args, env=env, verbose=build.verbose)
  File "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/bootstrap/bootstrap.py", line 141, in run
    raise RuntimeError(err)
RuntimeError: failed to run: /data/semarie/build-rust/build_dir/build/bootstrap/debug/bootstrap dist --jobs=4

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions