Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICE while bootstrapping (./x.py build) #2 #60228

Closed
matthiaskrgr opened this issue Apr 24, 2019 · 20 comments
Closed

ICE while bootstrapping (./x.py build) #2 #60228

matthiaskrgr opened this issue Apr 24, 2019 · 20 comments
Assignees
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-medium Medium priority T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

matthiaskrgr commented Apr 24, 2019

repo is @ 8a44125
config.toml:

[llvm]
[build]
submodules = true
extended = true
tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"]
sanitizers = true
profiler = true
low-priority = true
[install]
[rust]
[target.x86_64-unknown-linux-gnu]
[dist]

backtrace:

EDIT(@eddyb): hid log & backtrace in <details>

(click to open build log)
RUST_BACKTRACE=Full ./x.py -vvvv build

Updating only changed submodules
Submodules updated in 0.03 seconds
running: /home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /home/matthias/vcs/github/rust/src/bootstrap/Cargo.toml --verbose --verbose --verbose
       Fresh unicode-xid v0.1.0
       Fresh ordermap v0.3.5
       Fresh cc v1.0.35
       Fresh fixedbitset v0.1.9
       Fresh cfg-if v0.1.6
       Fresh itoa v0.4.3
       Fresh build_helper v0.1.0 (/home/matthias/vcs/github/rust/src/build_helper)
       Fresh getopts v0.2.17
       Fresh lazy_static v0.2.11
       Fresh cmake v0.1.38
       Fresh petgraph v0.4.13
       Fresh proc-macro2 v0.4.24
       Fresh ryu v0.2.7
       Fresh serde v1.0.82
       Fresh quote v0.6.10
       Fresh libc v0.2.51
       Fresh syn v0.15.22
       Fresh serde_json v1.0.33
       Fresh num_cpus v1.8.0
       Fresh time v0.1.40
       Fresh filetime v0.2.4
       Fresh toml v0.4.10
       Fresh serde_derive v1.0.81
       Fresh bootstrap v0.0.0 (/home/matthias/vcs/github/rust/src/bootstrap)
    Finished dev [unoptimized] target(s) in 0.31s
running: /home/matthias/vcs/github/rust/build/bootstrap/debug/bootstrap -vvvv build
finding compilers
CC_x86_64-unknown-linux-gnu = "clang"
CFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=x86_64-unknown-linux-gnu"]
AR_x86_64-unknown-linux-gnu = "ar"
CXX_x86_64-unknown-linux-gnu = "clang++"
running sanity check
learning about cargo
> Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
            < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
      c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
      < Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
    < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
    > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
  < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
  > Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
< Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
< Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
< Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
< Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
  c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
< CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Cargo { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
  c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "cargo", path: "src/tools/cargo", mode: ToolRustc, is_optional_tool: false, source_type: Submodule, extra_features: [] }
< Cargo { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Rls { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
  > Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
      c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "clippy-driver", path: "src/tools/clippy", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
  < Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
  c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] }
< Rls { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
< Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
c Clippy { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Rustfmt { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
  > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "rustfmt", path: "src/tools/rustfmt", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
< Rustfmt { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
> Miri { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
  > ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
    c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  < ToolBuild { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: [] }
< Miri { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", extra_features: [] }
> Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } }
  > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
            < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--features" "panic-unwind backtrace profiler" "--manifest-path" "/home/matthias/vcs/github/rust/src/libstd/Cargo.toml" "--message-format" "json"
       Fresh cc v1.0.35
       Fresh core v0.0.0 (/home/matthias/vcs/github/rust/src/libcore)
       Fresh build_helper v0.1.0 (/home/matthias/vcs/github/rust/src/build_helper)
       Fresh cmake v0.1.38
       Fresh rustc-std-workspace-core v1.0.0 (/home/matthias/vcs/github/rust/src/tools/rustc-std-workspace-core)
       Fresh compiler_builtins v0.1.10
       Fresh libc v0.2.51
warning: /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.10/compiler-rt/lib/profile/InstrProfilingUtil.c:128:3: warning: implicit declaration of function 'flock' is invalid in C99 [-Wimplicit-function-declaration]
warning:   flock(fd, LOCK_EX);
warning:   ^
warning: /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.10/compiler-rt/lib/profile/InstrProfilingUtil.c:153:3: warning: implicit declaration of function 'flock' is invalid in C99 [-Wimplicit-function-declaration]
warning:   flock(fd, LOCK_UN);
warning:   ^
warning: 2 warnings generated.
       Fresh alloc v0.0.0 (/home/matthias/vcs/github/rust/src/liballoc)
       Fresh unwind v0.0.0 (/home/matthias/vcs/github/rust/src/libunwind)
       Fresh panic_abort v0.0.0 (/home/matthias/vcs/github/rust/src/libpanic_abort)
       Fresh rustc-demangle v0.1.10
       Fresh profiler_builtins v0.0.0 (/home/matthias/vcs/github/rust/src/libprofiler_builtins)
       Fresh backtrace-sys v0.1.27
       Fresh rustc-std-workspace-alloc v1.0.0 (/home/matthias/vcs/github/rust/src/tools/rustc-std-workspace-alloc)
       Fresh rustc_lsan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_lsan)
       Fresh rustc_tsan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_tsan)
       Fresh panic_unwind v0.0.0 (/home/matthias/vcs/github/rust/src/libpanic_unwind)
       Fresh rustc_msan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_msan)
       Fresh rustc_asan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_asan)
       Fresh hashbrown v0.3.0
       Fresh std v0.0.0 (/home/matthias/vcs/github/rust/src/libstd)
    Finished release [optimized] target(s) in 0.35s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/.libstd.stamp"; contents equal and SystemTime { tv_sec: 1556087775, tv_nsec: 682106203 } <= SystemTime { tv_sec: 1556087775, tv_nsec: 745439752 }
          c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
            c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-3717225dc1d368b7.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3717225dc1d368b7.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-9877ea9ec593ce80.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-9877ea9ec593ce80.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-a7c6a99cb29a55bc.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a7c6a99cb29a55bc.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-460862984161cd9d.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-460862984161cd9d.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libhashbrown-661e56112869c7dd.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-661e56112869c7dd.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-0404d6d44d9e93bb.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0404d6d44d9e93bb.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-9de73740c84042b2.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-9de73740c84042b2.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b1e6cb9061130cf4.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b1e6cb9061130cf4.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libprofiler_builtins-5d26c050ad3fccd5.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libprofiler_builtins-5d26c050ad3fccd5.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_asan-13f2ea0a606fb400.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_asan-13f2ea0a606fb400.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-f784f82e89f96a40.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f784f82e89f96a40.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_lsan-1b10832a85fd033e.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lsan-1b10832a85fd033e.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_msan-8a7e3c570ef3c5da.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_msan-8a7e3c570ef3c5da.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f6be41c914cc7ff7.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f6be41c914cc7ff7.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-d830de24f6951c15.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-d830de24f6951c15.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_tsan-a91a52d968d8530e.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_tsan-a91a52d968d8530e.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-fc27e95c21e05e14.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-fc27e95c21e05e14.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-fc27e95c21e05e14.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-fc27e95c21e05e14.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-e87fa863088ab8c0.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e87fa863088ab8c0.rlib"
            c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
          < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--manifest-path" "/home/matthias/vcs/github/rust/src/libtest/Cargo.toml" "--message-format" "json"
       Fresh proc_macro v0.0.0 (/home/matthias/vcs/github/rust/src/libproc_macro)
       Fresh term v0.0.0 (/home/matthias/vcs/github/rust/src/libterm)
       Fresh getopts v0.2.17
       Fresh test v0.0.0 (/home/matthias/vcs/github/rust/src/libtest)
    Finished release [optimized] target(s) in 0.29s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/.libtest.stamp"; contents equal and SystemTime { tv_sec: 1556087792, tv_nsec: 982160983 } <= SystemTime { tv_sec: 1556087793, tv_nsec: 18827740 }
        c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libgetopts-5e985be36210be36.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5e985be36210be36.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libproc_macro-2fc2a4340e930f9a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-2fc2a4340e930f9a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-5a78463b8fed4cea.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-5a78463b8fed4cea.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-5a78463b8fed4cea.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-5a78463b8fed4cea.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libtest-57949891c0b69b5c.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-57949891c0b69b5c.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libtest-57949891c0b69b5c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-57949891c0b69b5c.so"
          c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
        < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--features" "" "--manifest-path" "/home/matthias/vcs/github/rust/src/rustc/Cargo.toml" "--message-format" "json"
       Fresh semver-parser v0.7.0
       Fresh cfg-if v0.1.6
       Fresh nodrop v0.1.12
       Fresh scopeguard v0.3.3
       Fresh rand_core v0.3.0
       Fresh void v1.0.2
       Fresh lazy_static v1.2.0
       Fresh memoffset v0.2.1
       Fresh stable_deref_trait v1.1.0
       Fresh unicode-xid v0.1.0
       Fresh byteorder v1.2.7
       Fresh bitflags v1.0.4
       Fresh unicode-width v0.1.5
       Fresh either v1.5.0
       Fresh graphviz v0.0.0 (/home/matthias/vcs/github/rust/src/libgraphviz)
       Fresh scoped-tls v1.0.0
       Fresh lazy_static v0.2.11
       Fresh termcolor v1.0.4
       Fresh remove_dir_all v0.5.1
       Fresh datafrog v2.0.1
       Fresh rustc-demangle v0.1.10
       Fresh rustc_fs_util v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_fs_util)
       Fresh fmt_macros v0.0.0 (/home/matthias/vcs/github/rust/src/libfmt_macros)
       Fresh itoa v0.4.3
       Fresh quick-error v1.2.2
       Fresh cc v1.0.35
       Fresh semver v0.9.0
       Fresh crossbeam-utils v0.2.2
       Fresh arrayvec v0.4.7
       Fresh log v0.4.6
       Fresh rand_hc v0.1.0
       Fresh rand_isaac v0.1.1
       Fresh unreachable v1.0.0
       Fresh rand_xorshift v0.1.0
       Fresh log_settings v0.1.2
       Fresh owning_ref v0.3.3
       Fresh rustc-hash v1.0.1
       Fresh itertools v0.8.0
       Fresh chalk-macros v0.1.0
       Fresh humantime v1.2.0
       Fresh rustc_version v0.2.3
       Fresh crossbeam-epoch v0.3.1
       Fresh libc v0.2.51
       Fresh proc-macro2 v0.4.24
       Fresh smallvec v0.6.7
       Fresh ena v0.13.0
       Fresh rustc_cratesio_shim v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_cratesio_shim)
       Fresh lock_api v0.1.3
       Fresh polonius-engine v0.7.0
       Fresh crc32fast v1.1.2
       Fresh chalk-engine v0.9.0
       Fresh serde v1.0.82
       Fresh ryu v0.2.7
       Fresh num_cpus v1.8.0
       Fresh crossbeam-deque v0.2.0
       Fresh quote v0.6.10
       Fresh jobserver v0.1.13
       Fresh serialize v0.0.0 (/home/matthias/vcs/github/rust/src/libserialize)
       Fresh atty v0.2.11
       Fresh memmap v0.6.2
       Fresh miniz-sys v0.1.11
       Fresh rustc_apfloat v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_apfloat)
       Fresh backtrace-sys v0.1.27
       Fresh rls-span v0.5.1
       Fresh serde_json v1.0.33
       Fresh rustc-rayon-core v0.1.2
       Fresh syn v0.15.22
       Fresh env_logger v0.5.13
       Fresh measureme v0.2.1
       Fresh backtrace v0.3.11
       Fresh flate2 v1.0.6
       Fresh rls-data v0.19.0
       Fresh rand_pcg v0.1.1
       Fresh rand_chacha v0.1.0
       Fresh rustc-rayon v0.1.2
       Fresh synstructure v0.10.1
       Fresh rand v0.6.1
       Fresh rustc_macros v0.1.0 (/home/matthias/vcs/github/rust/src/librustc_macros)
       Fresh parking_lot_core v0.4.0
       Fresh tempfile v3.0.5
       Fresh parking_lot v0.7.1
       Fresh rustc_data_structures v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_data_structures)
       Fresh arena v0.0.0 (/home/matthias/vcs/github/rust/src/libarena)
       Fresh rustc_target v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_target)
       Fresh syntax_pos v0.0.0 (/home/matthias/vcs/github/rust/src/libsyntax_pos)
       Fresh rustc_errors v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_errors)
       Fresh syntax v0.0.0 (/home/matthias/vcs/github/rust/src/libsyntax)
       Fresh rustc v0.0.0 (/home/matthias/vcs/github/rust/src/librustc)
       Fresh syntax_ext v0.0.0 (/home/matthias/vcs/github/rust/src/libsyntax_ext)
       Fresh rustc_mir v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_mir)
       Fresh rustc_typeck v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_typeck)
       Fresh rustc_metadata v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_metadata)
       Fresh rustc_traits v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_traits)
       Fresh rustc_allocator v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_allocator)
       Fresh rustc_incremental v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_incremental)
       Fresh rustc_lint v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_lint)
       Fresh rustc_borrowck v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_borrowck)
       Fresh rustc_passes v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_passes)
       Fresh rustc_codegen_utils v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_codegen_utils)
       Fresh rustc_plugin v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_plugin)
       Fresh rustc_privacy v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_privacy)
       Fresh rustc_resolve v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_resolve)
       Fresh rustc_save_analysis v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_save_analysis)
       Fresh rustc_codegen_ssa v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_codegen_ssa)
       Fresh rustc_interface v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_interface)
       Fresh rustc_driver v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_driver)
       Fresh rustc-main v0.0.0 (/home/matthias/vcs/github/rust/src/rustc)
    Finished release [optimized] target(s) in 0.36s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/.librustc.stamp"; contents equal and SystemTime { tv_sec: 1556088967, tv_nsec: 339388001 } <= SystemTime { tv_sec: 1556088967, tv_nsec: 912724819 }
      c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps/librustc_macros-3cf306517bcb9f8f.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_macros-3cf306517bcb9f8f.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-c3a27d707f654071.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libarena-c3a27d707f654071.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libarrayvec-18e5ace3de36983b.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libarrayvec-18e5ace3de36983b.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libatty-e906c153329a566a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libatty-e906c153329a566a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbacktrace-83d4b372047a7055.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-83d4b372047a7055.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-1b3aa9d3fcf3da02.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b3aa9d3fcf3da02.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbitflags-e8b25c534ff0c1ee.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbitflags-e8b25c534ff0c1ee.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbyteorder-04d4680e52e81533.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbyteorder-04d4680e52e81533.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcc-ef490f998169f2bf.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcc-ef490f998169f2bf.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcfg_if-8f0e2959eb22ff78.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f0e2959eb22ff78.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libchalk_engine-a0ff90aab9948aa9.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libchalk_engine-a0ff90aab9948aa9.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libchalk_macros-647b810b371989a0.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libchalk_macros-647b810b371989a0.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-855ad1e1ce7da86f.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcrc32fast-855ad1e1ce7da86f.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-e474585f86e49294.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcrossbeam_deque-e474585f86e49294.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-227fba2d05a0736b.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcrossbeam_epoch-227fba2d05a0736b.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-c989c01ffe0f5e91.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcrossbeam_utils-c989c01ffe0f5e91.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libdatafrog-1d5bfc21d5f76fd3.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libdatafrog-1d5bfc21d5f76fd3.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libeither-c6525b5e2d83efb0.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libeither-c6525b5e2d83efb0.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libena-301eb3ba008f0f88.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libena-301eb3ba008f0f88.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libenv_logger-5ca5694266f91ddf.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libenv_logger-5ca5694266f91ddf.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libflate2-a04251d04483b6fd.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libflate2-a04251d04483b6fd.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libfmt_macros-0b929bb3a44bf4d6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libfmt_macros-0b929bb3a44bf4d6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libgraphviz-40ebe0bbea9cd6a2.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgraphviz-40ebe0bbea9cd6a2.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libhumantime-0eb9ed1a7b10c43d.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhumantime-0eb9ed1a7b10c43d.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libitoa-14ec7f5beb9f10ce.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libitoa-14ec7f5beb9f10ce.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libjobserver-329653b3b1b6f07b.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libjobserver-329653b3b1b6f07b.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblazy_static-2ad7dcc09107aa4b.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-2ad7dcc09107aa4b.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblazy_static-9bbafc4113795321.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-9bbafc4113795321.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblibc-21230db4a0861f4f.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-21230db4a0861f4f.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblock_api-802b7e4b5d21edbb.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblock_api-802b7e4b5d21edbb.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblog-ae43392cceadd1d7.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-ae43392cceadd1d7.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblog_settings-3cf8e4ac8ff8426a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog_settings-3cf8e4ac8ff8426a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libmeasureme-279de8959af0d927.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmeasureme-279de8959af0d927.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libmemmap-c42eff36cf716355.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemmap-c42eff36cf716355.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libmemoffset-400e11680ea59042.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemoffset-400e11680ea59042.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libminiz_sys-c48e1b4acfe06afa.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_sys-c48e1b4acfe06afa.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libnodrop-a84550626dcc19b1.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnodrop-a84550626dcc19b1.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libnum_cpus-ae1fe348a070ae96.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnum_cpus-ae1fe348a070ae96.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libowning_ref-ef40aa9f8bc17f8a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libowning_ref-ef40aa9f8bc17f8a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libparking_lot-b277231535caac6a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot-b277231535caac6a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-405a8a2db463f8f5.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot_core-405a8a2db463f8f5.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libpolonius_engine-34c715d628b5a585.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpolonius_engine-34c715d628b5a585.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libquick_error-8dc9e3a818816159.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libquick_error-8dc9e3a818816159.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand-66dcb8b7ca94e682.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-66dcb8b7ca94e682.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_chacha-86bc16f549a04793.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_chacha-86bc16f549a04793.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_core-9e3c8de25afeef94.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_core-9e3c8de25afeef94.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_hc-001bbc683c126faf.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_hc-001bbc683c126faf.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_isaac-dc9f0541168a013e.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_isaac-dc9f0541168a013e.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_pcg-21cb47599aed1fa6.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_pcg-21cb47599aed1fa6.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librand_xorshift-6d4414792d3e1d9a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_xorshift-6d4414792d3e1d9a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libremove_dir_all-25ff4777e208f59d.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libremove_dir_all-25ff4777e208f59d.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librls_data-3dbef4d79e84a9e2.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librls_data-3dbef4d79e84a9e2.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librls_span-1f372964c434e7d7.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librls_span-1f372964c434e7d7.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc-b838f3dd51f17756.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-b838f3dd51f17756.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_allocator-1f5a637bd4d62bde.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_allocator-1f5a637bd4d62bde.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_apfloat-8b4feae8ac61fd4d.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_apfloat-8b4feae8ac61fd4d.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_borrowck-30937b9db619b1c6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_borrowck-30937b9db619b1c6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_codegen_ssa-8be8243159f9141e.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_codegen_ssa-8be8243159f9141e.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_codegen_utils-5fbaa6c6defb4630.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_codegen_utils-5fbaa6c6defb4630.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_cratesio_shim-f0ab613574d854e4.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_cratesio_shim-f0ab613574d854e4.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-476c01cc7f891f9c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_data_structures-476c01cc7f891f9c.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-1ae3959e7e4d1cea.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1ae3959e7e4d1cea.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_driver-5d637b1556e77e7d.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_driver-5d637b1556e77e7d.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_errors-ad56c8461387764d.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_errors-ad56c8461387764d.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_fs_util-26b5fd39ec7b79ec.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_fs_util-26b5fd39ec7b79ec.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_hash-79ac2009426ac599.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_hash-79ac2009426ac599.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_incremental-d92ea6e764e3b766.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_incremental-d92ea6e764e3b766.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_interface-cccbff8ba3e43fec.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_interface-cccbff8ba3e43fec.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_lint-66e2ea41237cf734.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lint-66e2ea41237cf734.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_metadata-36aaefbc30505596.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_metadata-36aaefbc30505596.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_mir-bb0f89bde6fd4e0a.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_mir-bb0f89bde6fd4e0a.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_passes-25a08f07b58d9ac6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_passes-25a08f07b58d9ac6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_plugin-14066421b613815c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_plugin-14066421b613815c.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_privacy-99ec4c1770274a04.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_privacy-99ec4c1770274a04.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_rayon-7241fae4374021bf.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rayon-7241fae4374021bf.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_rayon_core-b05aa7a7329e0617.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rayon_core-b05aa7a7329e0617.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_resolve-5141a9dc1f2bd928.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_resolve-5141a9dc1f2bd928.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_save_analysis-52a54ce2a7cc1368.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_save_analysis-52a54ce2a7cc1368.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_target-f6783f4243e7bc18.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_target-f6783f4243e7bc18.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_traits-23f34c41c097b2b5.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_traits-23f34c41c097b2b5.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_typeck-cbdf067a98ae8663.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_typeck-cbdf067a98ae8663.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libryu-342ddc3a36771286.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libryu-342ddc3a36771286.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-0e10e938de1573a5.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscoped_tls-0e10e938de1573a5.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libscopeguard-a8d90fc3cfb4f600.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscopeguard-a8d90fc3cfb4f600.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserde-caa658fefafd52bb.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserde-caa658fefafd52bb.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserde_json-a190d93c6cb4824c.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserde_json-a190d93c6cb4824c.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-05d79e11d0f50c3a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserialize-05d79e11d0f50c3a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-05d79e11d0f50c3a.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserialize-05d79e11d0f50c3a.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsmallvec-34fe233cfd143db6.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsmallvec-34fe233cfd143db6.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b5b6df03595991b2.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstable_deref_trait-b5b6df03595991b2.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax-ce55bebc0258be0b.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax-ce55bebc0258be0b.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax_ext-4b30e2767fe44e67.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax_ext-4b30e2767fe44e67.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax_pos-b9676206ef305038.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax_pos-b9676206ef305038.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtempfile-9f5b59b3a372e161.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtempfile-9f5b59b3a372e161.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtermcolor-98686a630c337d83.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtermcolor-98686a630c337d83.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-c19f16b6bd7aa24a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-c19f16b6bd7aa24a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libunreachable-fa2289122803f43a.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunreachable-fa2289122803f43a.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libvoid-27995933feaa99f2.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libvoid-27995933feaa99f2.rlib"
        c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
    > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
      c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } }
      > Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
      < Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--manifest-path" "/home/matthias/vcs/github/rust/src/librustc_codegen_llvm/Cargo.toml" "--features" "" "--message-format" "json"
       Fresh build_helper v0.1.0 (/home/matthias/vcs/github/rust/src/build_helper)
       Fresh rustc-demangle v0.1.10
       Fresh cc v1.0.35
       Fresh libc v0.2.51
       Fresh rustc_llvm v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_llvm)
       Fresh memmap v0.6.2
       Fresh num_cpus v1.8.0
       Fresh rustc_codegen_llvm v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_codegen_llvm)
    Finished release [optimized] target(s) in 0.31s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/.tmp.stamp"; contents equal and SystemTime { tv_sec: 1556089062, tv_nsec: 716614400 } <= SystemTime { tv_sec: 1556089062, tv_nsec: 836615080 }
    < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" }
Assembling stage1 compiler (x86_64-unknown-linux-gnu)
    > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-fc27e95c21e05e14.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-fc27e95c21e05e14.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-5a78463b8fed4cea.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libterm-5a78463b8fed4cea.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-57949891c0b69b5c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libtest-57949891c0b69b5c.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_macros-3cf306517bcb9f8f.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_macros-3cf306517bcb9f8f.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libarena-c3a27d707f654071.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libarena-c3a27d707f654071.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libfmt_macros-0b929bb3a44bf4d6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libfmt_macros-0b929bb3a44bf4d6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgraphviz-40ebe0bbea9cd6a2.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libgraphviz-40ebe0bbea9cd6a2.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-b838f3dd51f17756.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc-b838f3dd51f17756.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_allocator-1f5a637bd4d62bde.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_allocator-1f5a637bd4d62bde.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_borrowck-30937b9db619b1c6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_borrowck-30937b9db619b1c6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_codegen_ssa-8be8243159f9141e.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_codegen_ssa-8be8243159f9141e.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_codegen_utils-5fbaa6c6defb4630.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_codegen_utils-5fbaa6c6defb4630.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_cratesio_shim-f0ab613574d854e4.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_cratesio_shim-f0ab613574d854e4.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_data_structures-476c01cc7f891f9c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_data_structures-476c01cc7f891f9c.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_driver-5d637b1556e77e7d.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-5d637b1556e77e7d.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_errors-ad56c8461387764d.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_errors-ad56c8461387764d.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_fs_util-26b5fd39ec7b79ec.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_fs_util-26b5fd39ec7b79ec.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_incremental-d92ea6e764e3b766.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_incremental-d92ea6e764e3b766.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_interface-cccbff8ba3e43fec.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_interface-cccbff8ba3e43fec.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lint-66e2ea41237cf734.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_lint-66e2ea41237cf734.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_metadata-36aaefbc30505596.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_metadata-36aaefbc30505596.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_mir-bb0f89bde6fd4e0a.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_mir-bb0f89bde6fd4e0a.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_passes-25a08f07b58d9ac6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_passes-25a08f07b58d9ac6.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_plugin-14066421b613815c.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_plugin-14066421b613815c.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_privacy-99ec4c1770274a04.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_privacy-99ec4c1770274a04.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_resolve-5141a9dc1f2bd928.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_resolve-5141a9dc1f2bd928.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_save_analysis-52a54ce2a7cc1368.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_save_analysis-52a54ce2a7cc1368.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_target-f6783f4243e7bc18.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_target-f6783f4243e7bc18.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_traits-23f34c41c097b2b5.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_traits-23f34c41c097b2b5.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_typeck-cbdf067a98ae8663.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_typeck-cbdf067a98ae8663.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserialize-05d79e11d0f50c3a.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libserialize-05d79e11d0f50c3a.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax-ce55bebc0258be0b.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libsyntax-ce55bebc0258be0b.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax_ext-4b30e2767fe44e67.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libsyntax_ext-4b30e2767fe44e67.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsyntax_pos-b9676206ef305038.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libsyntax_pos-b9676206ef305038.so"
    > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/librustc_codegen_llvm-03f29289434636c6.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so"
Install "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/llvm/lib/libLLVM-8-rust-1.35.0-dev-84abffda0.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libLLVM-8-rust-1.35.0-dev-84abffda0.so"
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/rustc_binary" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc"
  < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
  > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false }
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--features" "panic-unwind backtrace profiler" "--manifest-path" "/home/matthias/vcs/github/rust/src/libstd/Cargo.toml" "--message-format" "json"
       Fresh cc v1.0.35
       Fresh core v0.0.0 (/home/matthias/vcs/github/rust/src/libcore)
       Fresh build_helper v0.1.0 (/home/matthias/vcs/github/rust/src/build_helper)
       Fresh cmake v0.1.38
       Fresh rustc-std-workspace-core v1.0.0 (/home/matthias/vcs/github/rust/src/tools/rustc-std-workspace-core)
       Fresh compiler_builtins v0.1.10
       Fresh libc v0.2.51
warning: /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.10/compiler-rt/lib/profile/InstrProfilingUtil.c:128:3: warning: implicit declaration of function 'flock' is invalid in C99 [-Wimplicit-function-declaration]
warning:   flock(fd, LOCK_EX);
warning:   ^
warning: /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.10/compiler-rt/lib/profile/InstrProfilingUtil.c:153:3: warning: implicit declaration of function 'flock' is invalid in C99 [-Wimplicit-function-declaration]
warning:   flock(fd, LOCK_UN);
warning:   ^
warning: 2 warnings generated.
       Fresh alloc v0.0.0 (/home/matthias/vcs/github/rust/src/liballoc)
       Fresh unwind v0.0.0 (/home/matthias/vcs/github/rust/src/libunwind)
       Fresh rustc-demangle v0.1.10
       Fresh panic_abort v0.0.0 (/home/matthias/vcs/github/rust/src/libpanic_abort)
       Fresh profiler_builtins v0.0.0 (/home/matthias/vcs/github/rust/src/libprofiler_builtins)
       Fresh backtrace-sys v0.1.27
       Fresh rustc-std-workspace-alloc v1.0.0 (/home/matthias/vcs/github/rust/src/tools/rustc-std-workspace-alloc)
       Fresh panic_unwind v0.0.0 (/home/matthias/vcs/github/rust/src/libpanic_unwind)
       Fresh rustc_asan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_asan)
       Fresh rustc_msan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_msan)
       Fresh rustc_tsan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_tsan)
       Fresh rustc_lsan v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_lsan)
       Fresh hashbrown v0.3.0
       Fresh std v0.0.0 (/home/matthias/vcs/github/rust/src/libstd)
    Finished release [optimized] target(s) in 0.39s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.libstd.stamp"; contents equal and SystemTime { tv_sec: 1556089129, tv_nsec: 566984983 } <= SystemTime { tv_sec: 1556089129, tv_nsec: 936986990 }
        c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
          c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/liballoc-5fc2ab93c5477938.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5fc2ab93c5477938.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-bfdfe10986b050e7.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-bfdfe10986b050e7.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-8cbd4f5b078f2414.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8cbd4f5b078f2414.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-cd14e4d3acf6064f.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-cd14e4d3acf6064f.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libhashbrown-c2ddd0c1e56d6180.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c2ddd0c1e56d6180.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/liblibc-a37431c473c4b419.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a37431c473c4b419.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-c12cb702810d7467.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-c12cb702810d7467.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-aacde8e4eedf5227.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-aacde8e4eedf5227.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libprofiler_builtins-4e289523e058b4bb.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libprofiler_builtins-4e289523e058b4bb.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_asan-3472868eaaafb9f6.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_asan-3472868eaaafb9f6.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-dc56dfa0d97311c9.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc56dfa0d97311c9.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_lsan-d7bdc0e8660a7f3f.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lsan-d7bdc0e8660a7f3f.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_msan-eb295f2707fc8bd6.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_msan-eb295f2707fc8bd6.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-7770b53cf036b0fe.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7770b53cf036b0fe.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-85d0cb9ba876d5dc.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-85d0cb9ba876d5dc.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_tsan-01b149db65b11250.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_tsan-01b149db65b11250.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libstd-c3992bab54b4684b.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c3992bab54b4684b.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libstd-c3992bab54b4684b.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c3992bab54b4684b.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libunwind-e0c8b45c97f9d72c.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e0c8b45c97f9d72c.rlib"
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
          c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
      < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--manifest-path" "/home/matthias/vcs/github/rust/src/libtest/Cargo.toml" "--message-format" "json"
       Fresh getopts v0.2.17
       Fresh proc_macro v0.0.0 (/home/matthias/vcs/github/rust/src/libproc_macro)
       Fresh term v0.0.0 (/home/matthias/vcs/github/rust/src/libterm)
       Fresh test v0.0.0 (/home/matthias/vcs/github/rust/src/libtest)
    Finished release [optimized] target(s) in 0.32s
not updating "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/.libtest.stamp"; contents equal and SystemTime { tv_sec: 1556089156, tv_nsec: 727131027 } <= SystemTime { tv_sec: 1556089156, tv_nsec: 780464645 }
      c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
        c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libgetopts-9c48043448bbf3d3.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-9c48043448bbf3d3.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libproc_macro-045e2f8251fbdec0.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-045e2f8251fbdec0.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libterm-f67d0f498d91befd.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f67d0f498d91befd.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libterm-f67d0f498d91befd.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f67d0f498d91befd.so"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libtest-3f6d39aea8c6fad9.rlib" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3f6d39aea8c6fad9.rlib"
Copy "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/deps/libtest-3f6d39aea8c6fad9.so" to "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3f6d39aea8c6fad9.so"
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
        c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
      < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" }
    < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
    c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } }
Building stage1 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--features" "" "--manifest-path" "/home/matthias/vcs/github/rust/src/rustc/Cargo.toml" "--message-format" "json"
       Fresh semver-parser v0.7.0
       Fresh nodrop v0.1.12
       Fresh cfg-if v0.1.6
       Fresh lazy_static v1.2.0
       Fresh memoffset v0.2.1
       Fresh void v1.0.2
       Fresh rand_core v0.3.0
       Fresh scopeguard v0.3.3
       Fresh stable_deref_trait v1.1.0
       Fresh unicode-xid v0.1.0
       Fresh bitflags v1.0.4
       Fresh byteorder v1.2.7
       Fresh unicode-width v0.1.5
       Fresh graphviz v0.0.0 (/home/matthias/vcs/github/rust/src/libgraphviz)
       Fresh either v1.5.0
       Fresh scoped-tls v1.0.0
       Fresh termcolor v1.0.4
       Fresh lazy_static v0.2.11
       Fresh remove_dir_all v0.5.1
       Fresh rustc-demangle v0.1.10
       Fresh datafrog v2.0.1
       Fresh rustc_fs_util v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_fs_util)
       Fresh fmt_macros v0.0.0 (/home/matthias/vcs/github/rust/src/libfmt_macros)
       Fresh quick-error v1.2.2
       Fresh itoa v0.4.3
       Fresh cc v1.0.35
       Fresh semver v0.9.0
       Fresh crossbeam-utils v0.2.2
       Fresh arrayvec v0.4.7
       Fresh log v0.4.6
       Fresh log_settings v0.1.2
       Fresh rand_hc v0.1.0
       Fresh unreachable v1.0.0
       Fresh rand_xorshift v0.1.0
       Fresh rand_isaac v0.1.1
       Fresh owning_ref v0.3.3
       Fresh rustc-hash v1.0.1
       Fresh itertools v0.8.0
       Fresh chalk-macros v0.1.0
       Fresh humantime v1.2.0
       Fresh rustc_version v0.2.3
       Fresh libc v0.2.51
       Fresh crossbeam-epoch v0.3.1
       Fresh ena v0.13.0
       Fresh rustc_cratesio_shim v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_cratesio_shim)
       Fresh smallvec v0.6.7
       Fresh proc-macro2 v0.4.24
       Fresh lock_api v0.1.3
       Fresh polonius-engine v0.7.0
       Fresh crc32fast v1.1.2
       Fresh chalk-engine v0.9.0
       Fresh serde v1.0.82
       Fresh ryu v0.2.7
       Fresh num_cpus v1.8.0
       Fresh jobserver v0.1.13
       Fresh atty v0.2.11
       Fresh memmap v0.6.2
       Fresh crossbeam-deque v0.2.0
       Fresh quote v0.6.10
       Fresh serialize v0.0.0 (/home/matthias/vcs/github/rust/src/libserialize)
       Fresh rustc_apfloat v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_apfloat)
       Fresh miniz-sys v0.1.11
       Fresh backtrace-sys v0.1.27
       Fresh rls-span v0.5.1
       Fresh serde_json v1.0.33
       Fresh env_logger v0.5.13
       Fresh rustc-rayon-core v0.1.2
       Fresh measureme v0.2.1
       Fresh syn v0.15.22
       Fresh backtrace v0.3.11
       Fresh flate2 v1.0.6
       Fresh rand_pcg v0.1.1
       Fresh rand_chacha v0.1.0
       Fresh rls-data v0.19.0
       Fresh rustc-rayon v0.1.2
       Fresh synstructure v0.10.1
       Fresh rand v0.6.1
       Fresh rustc_macros v0.1.0 (/home/matthias/vcs/github/rust/src/librustc_macros)
       Fresh parking_lot_core v0.4.0
       Fresh tempfile v3.0.5
       Fresh parking_lot v0.7.1
       Fresh rustc_data_structures v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_data_structures)
       Fresh arena v0.0.0 (/home/matthias/vcs/github/rust/src/libarena)
       Fresh rustc_target v0.0.0 (/home/matthias/vcs/github/rust/src/librustc_target)
   Compiling syntax_pos v0.0.0 (/home/matthias/vcs/github/rust/src/libsyntax_pos)
     Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps:/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=syntax_pos CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/home/matthias/vcs/github/rust/src/libsyntax_pos CARGO=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= /home/matthias/vcs/github/rust/build/bootstrap/debug/rustc --edition=2018 --crate-name syntax_pos src/libsyntax_pos/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=c4c84aed761047c4 -C extra-filename=-c4c84aed761047c4 --out-dir /home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps --extern arena=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-503e8d541d145803.so --extern cfg_if=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libcfg_if-e62deea39f9c558b.rlib --extern rustc_data_structures=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-f38187c3f7bafebd.so --extern rustc_macros=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_macros-cbdde55a5f6f5849.so --extern scoped_tls=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-013de2b6e3f46b17.rlib --extern serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.so --extern serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.rlib --extern unicode_width=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-79c28c2f9fe93c7b.rlib -C target-cpu=native`
rustc command: "LD_LIBRARY_PATH"="/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib:/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps:/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib" "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--edition=2018" "--crate-name" "syntax_pos" "src/libsyntax_pos/lib.rs" "--color" "always" "--crate-type" "dylib" "--emit=dep-info,link" "-C" "prefer-dynamic" "-C" "opt-level=2" "-C" "metadata=c4c84aed761047c4-rustc" "-C" "extra-filename=-c4c84aed761047c4" "--out-dir" "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "--extern" "arena=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-503e8d541d145803.so" "--extern" "cfg_if=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libcfg_if-e62deea39f9c558b.rlib" "--extern" "rustc_data_structures=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-f38187c3f7bafebd.so" "--extern" "rustc_macros=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_macros-cbdde55a5f6f5849.so" "--extern" "scoped_tls=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-013de2b6e3f46b17.rlib" "--extern" "serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.so" "--extern" "serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.rlib" "--extern" "unicode_width=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-79c28c2f9fe93c7b.rlib" "-C" "target-cpu=native" "--cfg" "stage1" "--sysroot" "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-C" "debug-assertions=n" "-C" "link-args=-Wl,-rpath,$ORIGIN/../lib" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms"
sysroot: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1"
libdir: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib"
(click to open backtrace)
thread 'rustc' panicked at 'index out of bounds: the len is 137612 but the index is 137612', /home/matthias/vcs/github/rust/src/libserialize/opaque.rs:248:21
stack backtrace:
   0:     0x7f67c92124cf - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::ha4d08c29294d2ce1
   1:     0x7f67c920611c - std::sys_common::backtrace::print::h3b88bf08925f4aa4
   2:     0x7f67c91eb641 - std::panicking::default_hook::{{closure}}::hd60f1fafe82b8baf
   3:     0x7f67c91eb3d0 - std::panicking::default_hook::hf5178a76e25f9e4b
   4:     0x7f67c7d758c0 - rustc::util::common::panic_hook::h120ceef8538d29f5
   5:     0x7f67c91ebefa - std::panicking::rust_panic_with_hook::ha5a5ca17f5f1a71a
   6:     0x7f67c91eb981 - std::panicking::continue_panic_fmt::hec735e7a78cedb79
   7:     0x7f67c91eb865 - rust_begin_unwind
   8:     0x7f67c923e0be - core::panicking::panic_fmt::h80622e9ae546b4f6
   9:     0x7f67c923e074 - core::panicking::panic_bounds_check::h3fb9a52b5b903e9f
  10:     0x7f67c8aa7c19 - <rustc_metadata::schema::CrateRoot as serialize::serialize::Decodable>::decode::{{closure}}::hcb40f63a269e6c9a
  11:     0x7f67c89754ed - rustc_metadata::decoder::<impl rustc_metadata::cstore::MetadataBlob>::get_root::h366c0f2ef4de1327
  12:     0x7f67c891a72d - rustc_metadata::locator::Context::extract_one::h0c57df47d30d9f97
  13:     0x7f67c8918ec0 - rustc_metadata::locator::Context::find_library_crate::h2c24b5bd589d3b5e
  14:     0x7f67c89161ba - rustc_metadata::locator::Context::maybe_load_library_crate::hf4f349a26cb24744
  15:     0x7f67c8911aaf - rustc_metadata::creader::CrateLoader::load::heabe06daf6206618
  16:     0x7f67c890e990 - rustc_metadata::creader::CrateLoader::resolve_crate::h1659cae82f535d9e
  17:     0x7f67c891550b - rustc_metadata::creader::CrateLoader::maybe_process_path_extern::h0ed4432bdeecfcd7
  18:     0x7f67c6d63af0 - rustc_resolve::Resolver::extern_prelude_get::h96d31b923560cba5
  19:     0x7f67c6d23fe8 - rustc_resolve::macros::<impl rustc_resolve::Resolver>::early_resolve_ident_in_lexical_scope::hbb027d883f8291e6
  20:     0x7f67c6d570a9 - rustc_resolve::Resolver::resolve_path::he094a5404e3d5408
  21:     0x7f67c6ddbf82 - rustc_resolve::resolve_imports::ImportResolver::resolve_imports::h6f70791630d9883b
  22:     0x7f67c6d2161d - rustc_resolve::macros::<impl syntax::ext::base::Resolver for rustc_resolve::Resolver>::resolve_imports::hba1b94b821907c13
  23:     0x7f67c742830b - syntax::ext::expand::MacroExpander::expand_fragment::h199d4574b4b09018
  24:     0x7f67c7427c62 - syntax::ext::expand::MacroExpander::expand_crate::h57a0a9abe985e59f
  25:     0x7f67c8e4330f - rustc_interface::passes::configure_and_expand_inner::{{closure}}::hee9330a19142a935
  26:     0x7f67c8e39f5e - rustc::util::common::time::hc5448154164cd24d
  27:     0x7f67c8e8b301 - rustc_interface::passes::configure_and_expand_inner::h3d85ec4bbc1e6c38
  28:     0x7f67c8ec2664 - rustc_interface::passes::configure_and_expand::{{closure}}::h9c5b59c39d8b52b5
  29:     0x7f67c8e97ea1 - rustc_data_structures::box_region::PinnedGenerator<I,A,R>::new::h7a97a9e33cd3e64c
  30:     0x7f67c8e883f7 - rustc_interface::passes::configure_and_expand::h61e6dc389244ac62
  31:     0x7f67c8f44a3e - rustc_interface::queries::Query<T>::compute::h8fbff7fb946fa66b
  32:     0x7f67c8f45192 - rustc_interface::queries::Query<T>::compute::h98a8ed89e9089e28
  33:     0x7f67c8f44dc9 - rustc_interface::queries::Query<T>::compute::h918ca10a9567f603
  34:     0x7f67c8f21363 - rustc_interface::queries::<impl rustc_interface::interface::Compiler>::prepare_outputs::h83d2c246dfe1063a
  35:     0x7f67c9307eb3 - rustc_interface::interface::run_compiler_in_existing_thread_pool::hdd697a51a7bd4348
  36:     0x7f67c9389bb3 - std::thread::local::LocalKey<T>::with::hd24fe73fcffebb7b
  37:     0x7f67c934d296 - scoped_tls::ScopedKey<T>::set::h46d35bb2b61c24ed
  38:     0x7f67c938542f - syntax::with_globals::h80ba73866f2c63d8
  39:     0x7f67c92e44d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3f7113efafc8abaf
  40:     0x7f67c921fed9 - __rust_maybe_catch_panic
  41:     0x7f67c92fdb3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd02ab5fc15495cce
  42:     0x7f67c921397e - <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h2d9de94b1125051a
  43:     0x7f67c921da11 - std::sys_common::thread::start_thread::ha5f00493fff691c6
  44:     0x7f67c91ef655 - std::sys::unix::thread::Thread::new::thread_start::hb17c3105376c57ee
  45:     0x7f67c7075a9c - start_thread
  46:     0x7f67c904bb22 - clone
  47:                0x0 - <unknown>
query stack during panic:
end of query stack

error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

note: rustc 1.36.0-dev running on x86_64-unknown-linux-gnu

note: compiler flags: -Z external-macro-backtrace -Z unstable-options -Z force-unstable-if-unmarked -C prefer-dynamic -C opt-level=2 -C target-cpu=native -C prefer-dynamic -C debug-assertions=n -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type dylib

note: some of the compiler flags provided by cargo are hidden

error: Could not compile `syntax_pos`.

Caused by:
  process didn't exit successfully: `CARGO_PKG_VERSION_PRE= CARGO=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo CARGO_PKG_NAME=syntax_pos LD_LIBRARY_PATH='/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps:/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1/lib' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION=0.0.0 CARGO_MANIFEST_DIR=/home/matthias/vcs/github/rust/src/libsyntax_pos CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_HOMEPAGE= /home/matthias/vcs/github/rust/build/bootstrap/debug/rustc --edition=2018 --crate-name syntax_pos src/libsyntax_pos/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=c4c84aed761047c4 -C extra-filename=-c4c84aed761047c4 --out-dir /home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps --extern arena=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-503e8d541d145803.so --extern cfg_if=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libcfg_if-e62deea39f9c558b.rlib --extern rustc_data_structures=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-f38187c3f7bafebd.so --extern rustc_macros=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_macros-cbdde55a5f6f5849.so --extern scoped_tls=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-013de2b6e3f46b17.rlib --extern serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.so --extern serialize=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-d0f1cfff02d56d9a.rlib --extern unicode_width=/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-79c28c2f9fe93c7b.rlib -C target-cpu=native` (exit code: 101)
command did not execute successfully: "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "-v" "-v" "-v" "--release" "--features" "" "--manifest-path" "/home/matthias/vcs/github/rust/src/rustc/Cargo.toml" "--message-format" "json"
expected success, got: exit code: 101
Traceback (most recent call last):
  File "./x.py", line 11, in <module>
    bootstrap.main()
  File "/home/matthias/vcs/github/rust/src/bootstrap/bootstrap.py", line 842, in main
    bootstrap(help_triggered)
  File "/home/matthias/vcs/github/rust/src/bootstrap/bootstrap.py", line 828, in bootstrap
    run(args, env=env, verbose=build.verbose)
  File "/home/matthias/vcs/github/rust/src/bootstrap/bootstrap.py", line 141, in run
    raise RuntimeError(err)
RuntimeError: failed to run: /home/matthias/vcs/github/rust/build/bootstrap/debug/bootstrap -vvvv build
@Centril Centril added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. I-nominated labels Apr 24, 2019
@nikomatsakis
Copy link
Contributor

@matthiaskrgr does this reproduce reliably for you? Is that still true if you do a fresh checkout (so as not to have an incremental history?)

We're trying to figure out if this is an incremental bug or what.

@nagisa nagisa added P-high High priority and removed I-nominated labels Apr 25, 2019
@nagisa
Copy link
Member

nagisa commented Apr 25, 2019

Marking P-high so can keep track of this, but we are still trying to ascertain just what's going on.

@Centril
Copy link
Contributor

Centril commented Apr 25, 2019

@matthiaskrgr
Copy link
Member Author

does ./x.py clean count as a fresh checkout?

I'm currently trying something like

./x.py clean
git checkout a
./x.py build
git checkout b
./x.py build

to see if that reliably reproduces the crash.

@nikomatsakis
Copy link
Contributor

@matthiaskrgr should be good enough, yes

@matthiaskrgr
Copy link
Member Author

matthiaskrgr commented Apr 25, 2019

Ok, I poked around in the git reflog and got this recipe

./x.py clean  
git checkout 0928511d3a1
./x.py build
git checkout 8a44125f557
./x.py build  // ice triggered here

(Range on GitHub)

I was able to reproduce this in 2 out of 2 attempts :)

@Mark-Simulacrum
Copy link
Member

Probably #60190 then I suspect? cc @alexcrichton and @nnethercote

Might also be #56278 but I doubt it.

@alexcrichton
Copy link
Member

This doesn't look like #60190 to me at first glance, but I could of course be wrong. Given that it requires incremental build state it could just be a preexisting bug that hasn't been hit yet.

@Mark-Simulacrum
Copy link
Member

Sure, yeah -- that deduction was purely based on most likely PRs from the rollup in 8a44125.

@pnkfelix pnkfelix self-assigned this Apr 29, 2019
@pnkfelix
Copy link
Member

(I'll try to look at this early this week.)

@pnkfelix
Copy link
Member

pnkfelix commented May 3, 2019

okay I have managed to replicate the problem locally via the above recipe. Continuing investigation. (Trying to decide whether to expend effort on trying to reduce to a smaller test input...)

@pnkfelix
Copy link
Member

pnkfelix commented May 3, 2019

I have observed the following:

% x.py clean
% git checkout 0928511d3a1 && x.py build --stage 1 src/libsyntax_pos # works
...
Build completed successfully in 0:17:39
% git checkout 5f82b5b8828 && x.py build --stage 1 src/libsyntax_pos # works
...
Build completed successfully in 0:16:09
% git checkout 48cb6bead10 && x.py build --stage 1 src/libsyntax_pos # breaks
...
thread 'rustc' panicked at 'index out of bounds: the len is 137811 but the index is 137811'
Build completed unsuccessfully in 0:09:14

To be clear, I do not think this implies a bug in 48cb6be itself. I suspect it is just exposing a bug somewhere in incremental compilation.

I'm going to try to test that theory by narrowing the changeset 48cb6be itself.

@pnkfelix
Copy link
Member

pnkfelix commented May 6, 2019

another data point: if you:

  1. do a (successful) build of 5f82b5b, then
  2. cherry-pick e617025, and
  3. do an incremental rebuild,

then you see the same ICE error.

Update: this may have been obvious, but I wanted to make sure I made note of it: if you take this approach, you cannot use --keep-stage. Or at least, when I ran:

% git cherry-pick e617025e96f && x.py build --keep-stage 1 --stage 1  src/libsyntax_pos

the build completed "successfully", thus failing to replicate the problem.

@matthiaskrgr
Copy link
Member Author

#59945 might be related

@pnkfelix
Copy link
Member

pnkfelix commented May 17, 2019

potentially new data point: as an experiment, I tried redoing the experiment above, but applied to the current master (c2e49bf), by building, then applying this patch, and then building again.

(click to see patch)
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs
index 4e5718cc5ef..1c70b933f86 100644
--- a/src/librustc/ich/impls_syntax.rs
+++ b/src/librustc/ich/impls_syntax.rs
@@ -117,6 +117,7 @@ impl_stable_hash_for!(enum ::rustc_target::spec::abi::Abi {

 impl_stable_hash_for!(struct ::syntax::attr::Deprecation { since, note });
 impl_stable_hash_for!(struct ::syntax::attr::Stability {
+    _unused,
     level,
     feature,
     rustc_depr,
diff --git a/src/librustc/middle/stability.rs b/src/librustc/middle/stability.rs
index abcf164cda6..a98200268ec 100644
--- a/src/librustc/middle/stability.rs
+++ b/src/librustc/middle/stability.rs
@@ -442,6 +442,7 @@ impl<'a, 'tcx> Index<'tcx> {
                     const_stability: None,
                     promotable: false,
                     allow_const_fn_ptr: false,
+                    _unused: false,
                 });
                 annotator.parent_stab = Some(stability);
             }
diff --git a/src/libsyntax/attr/builtin.rs b/src/libsyntax/attr/builtin.rs
index 65ca96afab1..f0e692cb850 100644
--- a/src/libsyntax/attr/builtin.rs
+++ b/src/libsyntax/attr/builtin.rs
@@ -116,6 +116,8 @@ pub struct Stability {
     pub promotable: bool,
     /// whether the function has a `#[rustc_allow_const_fn_ptr]` attribute
     pub allow_const_fn_ptr: bool,
+    /// new unused field for reproducing ICE
+    pub _unused: bool,
 }

 /// The available stability levels.
@@ -361,6 +363,7 @@ fn find_stability_generic<'a, I>(sess: &ParseSess,
                                 const_stability: None,
                                 promotable: false,
                                 allow_const_fn_ptr: false,
+                                _unused: false,
                             })
                         }
                         (None, _, _) => {
@@ -424,6 +427,7 @@ fn find_stability_generic<'a, I>(sess: &ParseSess,
                                 const_stability: None,
                                 promotable: false,
                                 allow_const_fn_ptr: false,
+                                _unused: false,
                             })
                         }
                         (None, _) => {

Two interesting things happened:

  • I still get a failure on the build attempt after the patch.
  • The failure is not an ICE. It is instead:

error[E0523]: found two different crates with name rustc_demangle that are not distinguished by differing -C metadata. This will result in symbol conflicts between the two.

(click to see more complete log suffix)
...
 INFO 2019-05-17T12:09:09Z: rustc_metadata::creader: resolving crate `extern crate rustc_demangle as rustc_demangle`
 INFO 2019-05-17T12:09:09Z: rustc_metadata::creader: falling back to a load
 INFO 2019-05-17T12:09:09Z: rustc_metadata::locator: rlib reading metadata from: /home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-8c611d9f559df56b.rlib
 INFO 2019-05-17T12:09:09Z: rustc_metadata::locator: reading "librustc_demangle-8c611d9f559df56b.rlib" => 35.912µs
 INFO 2019-05-17T12:09:09Z: rustc_metadata::creader: register crate `extern crate rustc_demangle as rustc_demangle`
error[E0523]: found two different crates with name `rustc_demangle` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
   --> src/librustc_codegen_llvm/back/write.rs:553:43
    |
553 |                     let demangled = match rustc_demangle::try_demangle(input) {
    |                                           ^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0523`.
error: Could not compile `rustc_codegen_llvm`.

Caused by:
  process didn't exit successfully: `CARGO_PKG_VERSION=0.0.0 OUT_DIR=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/build/rustc_codegen_llvm-2c89ecaeb077ab6e/out CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION= CARGO_MANIFEST_DIR=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/src/librustc_codegen_llvm CARGO_PKG_NAME=rustc_codegen_llvm CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY= CARGO_PRIMARY_PACKAGE=1 CARGO=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0/bin/cargo LD_LIBRARY_PATH='/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/release/deps:/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0/lib' /home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_codegen_llvm src/librustc_codegen_llvm/lib.rs --color never --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=e676eaed15c22415 -C extra-filename=-e676eaed15c22415 --out-dir /home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/release/deps --extern cc=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/libcc-dd66a0e43007da8c.rlib --extern memmap=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/libmemmap-93e49f02a7971990.rlib --extern num_cpus=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/libnum_cpus-3f038081f5a234b2.rlib --extern rustc_demangle=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-8c611d9f559df56b.rlib --extern rustc_llvm=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/deps/librustc_llvm-bb28e911299db50c.rlib -L native=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/build/rustc_llvm-f96b38a4df693d34/out -L native=/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/llvm/build/lib` (exit code: 1)
command did not execute successfully: "/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/objdir-opt/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "8" "-v" "-v" "-v" "--release" "--manifest-path" "/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228/src/librustc_codegen_llvm/Cargo.toml" "--features" "" "--message-format" "json"

From the whole build log, the two (and only two) specific rustc-demangle crates that I see arising are:

  • librustc_demangle-8c83ce4470d3cb65.rlib
  • librustc_demangle-8c611d9f559df56b.rlib

@pnkfelix
Copy link
Member

pnkfelix commented May 20, 2019

In a more recent attempt to run the above experiment (and, at least this time, using a locally built rustc for bootstrapping -- i'm not sure if my earlier runs did so or not), I am seeing the ICE again. It is very weird.

Here is my config.toml so you can see the settings I am employing, including how I am specifying the locally build rustc for bootstrap:

[llvm]
[build]
submodules = true
extended = true
tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"]
sanitizers = true
profiler = true
low-priority = true

rustc = "/home/pnkfelix/Dev/Mozilla/issue60228/rust-60228-bootstrap/build/x86_64-unknown-linux-gnu/stage1/bin/rustc"

[install]
[rust]
[target.x86_64-unknown-linux-gnu]
[dist]

Also, AFAICT, the rustc and cargo invocations to compile libsyntax_pos are not including any --extern rustc_demangle=... line, which would potentially explain the aforementioned ambiguity that the previous run was complaining about...

@pnkfelix
Copy link
Member

I'm going to be taking a break for a few months.

I do not know if this issue should remain P-high. If it is to remain P-high, then someone else should be added to the assignee list (or outright replace me as the assignee.)

But its possible we should just downgrade this issue to P-medium.

@jonas-schievink jonas-schievink added the C-bug Category: This is a bug. label Aug 6, 2019
@pnkfelix
Copy link
Member

triage: downgrading to P-medium.

@pnkfelix pnkfelix added P-medium Medium priority and removed P-high High priority labels Sep 12, 2019
@matthiaskrgr
Copy link
Member Author

I have not observed this ICE while bootstrapping in a while now and would not object closing this issue.

@jyn514
Copy link
Member

jyn514 commented Dec 7, 2020

I think this is a duplicate of #76720.

@jyn514 jyn514 closed this as completed Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-medium Medium priority T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

9 participants