Skip to content

Instantly share code, notes, and snippets.

@Mark-Simulacrum
Created June 28, 2018 23:45
Show Gist options
  • Save Mark-Simulacrum/8121483a4484fe2477d9af4adb47d9cc to your computer and use it in GitHub Desktop.
Save Mark-Simulacrum/8121483a4484fe2477d9af4adb47d9cc to your computer and use it in GitHub Desktop.
Testing core stage1 (x86_64-unknown-linux-gnu -> wasm32-unknown-unknown)
INFO 2018-06-28T23:40:35Z: cargo::sources::git::utils: update submodules for: "/cargo/git/checkouts/rustfmt-5390e0ead582d971/f390626/"
INFO 2018-06-28T23:40:36Z: cargo::util::rustc: rustc info cache disabled
INFO 2018-06-28T23:40:36Z: cargo::util::rustc: rustc info cache miss
INFO 2018-06-28T23:40:36Z: cargo::util::rustc: rustc info cache miss
INFO 2018-06-28T23:40:36Z: cargo::util::rustc: rustc info cache miss
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::fingerprint: fingerprint error for core v0.0.0 (file:///checkout/src/libcore): failed to read `/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/.fingerprint/core-bd1cd8ef55dd7af8/test-integration-test-coretests-bd1cd8ef55dd7af8`
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::fingerprint: cause: No such file or directory (os error 2)
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::context::compilation_files: Target filenames: [OutputFile { path: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/deps/coretests-bd1cd8ef55dd7af8.wasm", hardlink: Some("/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/coretests-bd1cd8ef55dd7af8.wasm"), flavor: Normal }]
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::context::compilation_files: Target filenames: [OutputFile { path: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/deps/libcore-c3cb23bcc2322123.rlib", hardlink: Some("/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/libcore.rlib"), flavor: Linkable }]
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::context::compilation_files: Target filenames: [OutputFile { path: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/deps/librand-da75836a95cb5351.rlib", hardlink: None, flavor: Linkable }]
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::fingerprint: fingerprint error for rand v0.4.2: failed to read `/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-std/wasm32-unknown-unknown/release/.fingerprint/rand-da75836a95cb5351/lib-rand-da75836a95cb5351`
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::fingerprint: cause: No such file or directory (os error 2)
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::job_queue: start: rand v0.4.2 => Target(lib)/Profile(release) => Target
Compiling rand v0.4.2
INFO 2018-06-28T23:40:36Z: cargo::core::compiler::job_queue: start: core v0.0.0 (file:///checkout/src/libcore) => Target(lib)/Profile(release) => Target
Compiling core v0.0.0 (file:///checkout/src/libcore)
[RUSTC-TIMING] rand test:false 1.315
INFO 2018-06-28T23:40:37Z: cargo::core::compiler::job_queue: end: rand v0.4.2 => Target(lib)/Profile(release) => Target
[RUSTC-TIMING] core test:false 27.958
INFO 2018-06-28T23:41:04Z: cargo::core::compiler::job_queue: end: core v0.0.0 (file:///checkout/src/libcore) => Target(lib)/Profile(release) => Target
INFO 2018-06-28T23:41:04Z: cargo::core::compiler::job_queue: start: core v0.0.0 (file:///checkout/src/libcore) => Target(test: coretests)/Profile(bench) => Target
error[E0523]: found two different crates with name `core` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
--> libcore/../libcore/tests/lib.rs:49:1
|
49 | extern crate core;
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0523`.
[RUSTC-TIMING] coretests test:true 0.105
INFO 2018-06-28T23:41:04Z: cargo::core::compiler::job_queue: end: core v0.0.0 (file:///checkout/src/libcore) => Target(test: coretests)/Profile(bench) => Target
error: Could not compile `core`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment