logs
stringlengths 104
251k
|
---|
/checkout/obj/build/bootstrap/debug/rustc --crate-name rustc_platform_intrinsics librustc_platform_intrinsics/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C metadata=f84136b70dcfe48e -C extra-filename=-f84136b70dcfe48e --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps
|
plain
Receiving objects: 100% (483/483), 67.44 KiB | 16.86 MiB/s, done.
---
Resolving deltas: 100% (413/413), completed with 146 local objects.
---
[00:00:49] configure: rust.quiet-tests := True
---
[00:01:11] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:17] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:18] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:04:19] tidy error: /checkout/src/librustc/ty/maps/plumbing.rs:303: line longer than 100 chars
[00:04:19] tidy error: /checkout/src/librustc/ty/maps/job.rs:71: line longer than 100 chars
---
10012 ./src/llvm/test/MC/AMDGPU
9648 ./src/llvm/test/MC/Disassembler/AMDGPU
---
$ ls -lat $HOME/Library/Logs/DiagnosticReports/
ls: cannot access /home/travis/Library/Logs/DiagnosticReports/: No such file or directory
travis_time:end:039d81e0:start=1523003278083907468,finish=1523003278093611924,duration=9704456
travis_fold:end:after_failure.2
travis_fold:start:after_failure.3
travis_time:start:0204d448
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
find: `/home/travis/Library/Logs/DiagnosticReports': No such file or directory
travis_time:end:0204d448:start=1523003278101075348,finish=1523003278109485272,duration=8409924
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:2b7d700f
$ dmesg | grep -i kill
[ 10.974905] init: failsafe main process (1093) killed by TERM signal
|
plain
Receiving objects: 100% (414/414), 63.30 KiB | 31.65 MiB/s, done.
---
Resolving deltas: 100% (358/358), completed with 149 local objects.
---
[00:00:49] configure: rust.quiet-tests := True
---
[00:01:22] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:23] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:25] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:04:42] tidy error: /checkout/src/librustc/ty/maps/plumbing.rs:303: line longer than 100 chars
[00:04:43] some tidy checks failed
[00:04:43]
[00:04:43]
[00:04:43] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor" "--quiet"
[00:04:43] expected success, got: exit code: 1
[00:04:43]
[00:04:43]
[00:04:43] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
[00:04:43] Build completed unsuccessfully in 0:01:52
[00:04:43] Makefile:79: recipe for target 'tidy' failed
[00:04:43] make: *** [tidy] Error 1
|
plain
Resolving deltas: 100% (613482/613482), completed with 4889 local objects.
---
[00:00:45] configure: rust.quiet-tests := True
---
[00:01:14] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:18] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:20] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:04:51] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:05:14] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:05:15] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:05:30] Compiling crossbeam-channel v0.1.2
[00:05:35] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:07:37] error[E0433]: failed to resolve. Use of undeclared type or module `LockCell`
[00:07:37] --> librustc/ty/context.rs:1282:27
[00:07:37] |
[00:07:37] 1282 | layout_depth: LockCell::new(0),
[00:07:37] | ^^^^^^^^ Use of undeclared type or module `LockCell`
[00:07:37]
[00:08:12] error[E0560]: struct `ty::context::GlobalCtxt<'_>` has no field named `layout_depth`
[00:08:12] --> librustc/ty/context.rs:1282:13
[00:08:12] |
[00:08:12] 1282 | layout_depth: LockCell::new(0),
[00:08:12] | ^^^^^^^^^^^^^ `ty::context::GlobalCtxt<'_>` does not have this field
[00:08:12] |
[00:08:12] = note: available fields are: `global_arenas`, `global_interners`, `cstore`, `sess`, `dep_graph` ... and 22 others
---
[00:08:14] process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name rustc librustc/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=87639fe22dae243d -C extra-filename=-87639fe22dae243d --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern byteorder=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbyteorder-f04ca02424a68c4e.rlib --extern syntax_pos=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax_pos-c900d1bcedfc4f04.so --extern arena=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-f0a27319e5b51080.so --extern flate2=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libflate2-0249ed74490015f9.rlib --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-f27fded04dd31022.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-f27fded04dd31022.rlib --extern rustc_apfloat=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_apfloat-b23276248c684a7d.rlib --extern tempdir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtempdir-728fcbc86125f341.rlib --extern rayon_core=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon_core-f6108c559e7604bf.rlib --extern graphviz=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libgraphviz-01fc77d929e8bdd6.so --extern backtrace=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbacktrace-a7efadae36f54a3c.rlib --extern rustc_data_structures=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-069dc656376d3b37.so --extern fmt_macros=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libfmt_macros-5106459147843225.so --extern rustc_const_math=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_const_math-01442a701cf674d9.so --extern log=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblog-7eebd272275b441b.rlib --extern scoped_tls=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-2dca27dfba89ad1e.rlib --extern jobserver=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rusten/test
---
116988 ./obj/build/bootstrap/debug/incremental/bootstrap-232achgbjnpqy/s-ezv5lb5epq-1ebhtyo-3n26fvesfzwve
---
10012 ./src/llvm/test/MC/AMDGPU
9648 ./src/llvm/test/MC/Disassembler/AMDGPU
---
$ ls -lat $HOME/Library/Logs/DiagnosticReports/
ls: cannot access /home/travis/Library/Logs/DiagnosticReports/: No such file or directory
travis_time:end:10bcc6da:start=1523020081362157338,finish=1523020081370879891,duration=8722553
travis_fold:end:after_failure.2
travis_fold:start:after_failure.3
travis_time:start:0fcb296c
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
find: `/home/travis/Library/Logs/DiagnosticReports': No such file or directory
travis_time:end:0fcb296c:start=1523020081379148008,finish=1523020081388446459,duration=9298451
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:1fb28f26
$ dmesg | grep -i kill
[ 10.394108] init: failsafe main process (1094) killed by TERM signal
|
plain
Resolving deltas: 100% (613001/613001), completed with 4894 local objects.
---
[00:01:12] configure: rust.quiet-tests := True
---
[00:01:37] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:42] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:43] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:06:01] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:06:25] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
[00:06:28] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
---
[00:06:55] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:29:26] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:29:53] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
[00:29:54] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
---
[00:30:15] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:55:07] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:55:11] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:55:14] Compiling rand v0.3.22
[00:55:14] Compiling parking_lot_core v0.2.13
[00:55:15] Compiling parking_lot v0.4.8
[00:55:15] Compiling parking_lot v0.5.4
[00:55:16] Compiling crossbeam-channel v0.1.2
[00:55:17] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
[00:55:18] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:57:48] ..........................................................................i.........................
[00:57:56] .................ii.................................................................................
[00:58:01] ....................................................................................................
[00:58:06] ....................................................................................................
[00:58:10] ....................................................................................................
[00:58:16] ..........................................................................................F.........
[00:58:23] ...............................................i............................F.F.F...................
[00:58:31] ....FF....F..........F..............................................................................
[00:58:39] ..............................................................................................i.....
[00:58:48] ....................................................................i...............................
[00:58:55] ............................................F....................................i..................
[00:59:04] ..................................................................F.................................
---
[00:59:15] 28 LL | fn send<T: Send>(_: T) {}
[00:59:15] 29 | ^^^^^^^^^^^^^^^^^^^^^^
[00:59:15] 30
[00:59:15] - error[E0391]: cyclic dependency detected
[00:59:15] - --> $DIR/auto-trait-leak.rs:42:1
[00:59:15] - |
[00:59:15] - LL | fn cycle1() -> impl Clone {
[00:59:15] - | ^^^^^^^^^^^^^^^^^^^^^^^^^ cyclic reference
[00:59:15] - |
[00:59:15] - note: the cycle begins when processing `cycle1`...
[00:59:15] - --> $DIR/auto-trait-leak.rs:42:1
[00:59:15] - |
[00:59:15] - LL | fn cycle1() -> impl Clone {
[00:59:15] - | ^^^^^^^^^^^^^^^^^^^^^^^^^
[00:59:15] - note: ...which then requires processing `cycle2::{{impl-Trait}}`...
[00:59:15] - --> $DIR/auto-trait-leak.rs:50:16
[00:59:15] - |
[00:59:15] - LL | fn cycle2() -> impl Clone {
[00:59:15] - | ^^^^^^^^^^
[00:59:15] - note: ...which then requires processing `cycle2`...
[00:59:15] - --> $DIR/auto-trait-leak.rs:50:1
[00:59:15] - |
[00:59:15] - LL | fn cycle2() -> impl Clone {
[00:59:15] - | ^^^^^^^^^^^^^^^^^^^^^^^^^
[00:59:15] - note: ...which then requires processing `cycle1::{{impl-Trait}}`...
[00:59:15] - --> $DIR/auto-trait-leak.rs:42:16
[00:59:15] - |
[00:59:15] - LL | fn cycle1() -> impl Clone {
[00:59:15] - | ^^^^^^^^^^
[Truncated]
[00:59:15] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/span/recursive-type-field.rs" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/span/recursive-type-field.stage2-x86_64-unknown-linux-gnu" "-Crpath" "-O" "-Zmiri" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/span/recursive-type-field.stage2-x86_64-unknown-linux-gnu.aux" "-A" "unused"
---
[00:59:15] thread '<unnamed>' panicked at 'explicit panic', librustc/ty/maps/job.rs:98:13
---
[00:59:15] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-3.9/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zmiri -Zunstable-options " "--target-rustcflags" "-Crpath -O -Zmiri -Zunstable-options -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "3.9.1\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[00:59:15] expected success, got: exit code: 101
[00:59:15]
[00:59:15]
[00:59:15] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[00:59:15] Build completed unsuccessfully in 0:02:56
[00:59:15] Makefile:58: recipe for target 'check' failed
[00:59:15] make: *** [check] Error 1
---
$ dmesg | grep -i kill
[ 10.302279] init: failsafe main process (1092) killed by TERM signal
|
plain
Resolving deltas: 100% (616564/616564), completed with 4927 local objects.
---
[00:00:52] configure: rust.quiet-tests := True
---
[00:01:28] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:29] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:29] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:05:17] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:05:42] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:05:42] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:06:05] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:08:18] error[E0425]: cannot find value `waitee_query` in this scope
[00:08:18] --> librustc/ty/maps/job.rs:440:9
[00:08:18] |
[00:08:18] 440 | waitee_query.latch.lock().resume_waiter(waiter_idx, error);
[00:08:18] | ^^^^^^^^^^^^ not found in this scope
[00:08:18]
[00:08:18] error[E0425]: cannot find value `waiter_idx` in this scope
[00:08:18] --> librustc/ty/maps/job.rs:440:49
[00:08:18] |
[00:08:18] 440 | waitee_query.latch.lock().resume_waiter(waiter_idx, error);
---
[00:08:59] process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name rustc librustc/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=fcd2a416cff8b78d -C extra-filename=-fcd2a416cff8b78d --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern tempdir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtempdir-65dde0349e75e965.rlib --extern rayon=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon-6133198898c36061.rlib --extern rayon_core=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon_core-f0106be7a8b5a054.rlib --extern rustc_apfloat=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_apfloat-1299638d641ea770.rlib --extern num_cpus=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libnum_cpus-1ccheckout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/backtrace-sys-8b35e3c2ea935fab/out/.libs -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/miniz-sys-63734d0048644b22/out` (exit code: 101)
[00:08:59] travis_fold:end:stage0-rustc
[00:08:59] travis_time:end:stage0-rustc:start=1523933315327003548,finish=1523933538652765447,duration=223325761899
[00:08:59] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "--release" "--locked" "--color" "always" "--features" " jemalloc" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "--message-format" "json"
[00:08:59] expected success, got: exit code: 101
[00:08:59] thread 'main' panicked at 'cargo must succeed', bootstrap/compile.rs:1085:9
[00:08:59] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:08:59] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap build
[00:08:59] Build completed unsuccessfully in 0:03:57
[00:08:59] make: *** [all] Error 1
[00:08:59] Makefile:28: recipe for target 'all' failed
|
plain
Resolving deltas: 100% (616565/616565), completed with 4927 local objects.
---
[00:00:47] configure: rust.quiet-tests := True
---
[00:01:47] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:51] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:51] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:05:20] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:05:42] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:05:45] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:06:02] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:23:37] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:23:53] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:23:54] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:24:11] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:44:47] left: `ThreadId(1)`,
[00:44:47] right: `ThreadId(0)`', librustc_data_structures/sync.rs:648:9
[00:44:47] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:44:47] thread '<unnamed>' panicked at 'assertion failed: `(left == right)`
[00:44:47] left: `ThreadId(1)`,
[00:44:47] right: `ThreadId(0)`', librustc_data_structures/sync.rs:648:9
|
plain
Resolving deltas: 100% (617209/617209), completed with 4942 local objects.
---
[00:00:48] configure: rust.quiet-tests := True
---
[00:01:29] Updating git repository `https://github.com/username_0/rayon.git`
[00:01:39] Updating git repository `https://github.com/username_0/context-rs.git`
[00:01:47] Updating git repository `https://github.com/username_0/scoped-tls.git`
---
[00:05:12] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:05:34] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:05:35] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:05:53] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:23:05] Compiling scoped-tls v0.1.0 (https://github.com/username_0/scoped-tls.git#0327b5c7)
---
[00:23:24] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:23:24] Compiling rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
[00:23:39] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
---
$ ls -lat $HOME/Library/Logs/DiagnosticReports/
ls: cannot access /home/travis/Library/Logs/DiagnosticReports/: No such file or directory
travis_time:end:028e5c02:start=1524002304803126656,finish=1524002304816379973,duration=13253317
travis_fold:end:after_failure.2
travis_fold:start:after_failure.3
travis_time:start:11244e40
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
find: `/home/travis/Library/Logs/DiagnosticReports': No such file or directory
travis_time:end:11244e40:start=1524002304824038521,finish=1524002304832021352,duration=7982831
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:159092f6
$ dmesg | grep -i kill
[ 10.929974] init: failsafe main process (1093) killed by TERM signal
|
plain
[00:07:50] Compiling rustc_const_math v0.0.0 (file:///checkout/src/librustc_const_math)
[00:07:50] Compiling proc_macro v0.0.0 (file:///checkout/src/libproc_macro)
[00:08:16] Compiling syntax_ext v0.0.0 (file:///checkout/src/libsyntax_ext)
[00:08:50] error[E0308]: mismatched types
[00:08:50] --> librustc/ty/maps/plumbing.rs:220:9
[00:08:50] |
[00:08:50] 194 | -> (R, Vec<Diagnostic>)
[00:08:50] | -------------------- expected `(R, std::vec::Vec<errors::Diagnostic>)` because of return type
[00:08:50] ...
[00:08:50] 220 | Ok((r, diagnostics))
[00:08:50] | ^^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::result::Result`
[00:08:50] |
[00:08:50] = note: expected type `(R, std::vec::Vec<errors::Diagnostic>)`
[00:08:50] found type `std::result::Result<(R, std::vec::Vec<errors::Diagnostic>), _>`
[00:08:59] error: aborting due to previous error
[00:08:59]
[00:08:59] For more information about this error, try `rustc --explain E0308`.
[00:08:59] error: Could not compile `rustc`.
[00:08:59] error: Could not compile `rustc`.
[00:08:59]
[00:08:59] Caused by:
[00:08:59] process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name rustc librustc/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=fcd2a416cff8b78d -C extra-filename=-fcd2a416cff8b78d --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern rayon=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon-6133198898c36061.rlib --extern lazy_static=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblazy_static-2803512e03c19cf7.rlib --extern tempdir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtempdir-65dde0349e75e965.rlib --extern proc_macro=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libproc_macro-89997a38cd314fcb.so --extern byteorder=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbyteorder-ca61dfec7c40c4d4.rlib --extern jobserver=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libjobserver-5bcc8c1ccd509892.rlib --extern syntax_pos=/checheckout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbitflags-9866e194db82a141.rlib --extern rayon_core=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon_core-f0106be7a8b5a054.rlib --extern rustc_const_math=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_const_math-2ec1458c1b851637.so --extern arena=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-57acb524fb1758d5.so --extern graphviz=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libgraphviz-0bde40de32995f14.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-c04ded78717d5d67.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-c04ded78717d5d67.rlib --extern backtrace=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbacktrace-109fed6e8125a798.rlib -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/rayon-core-b2b2bb845b1260f1/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/context-f5fc4e6e8be361a5/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/backtrace-sys-8b35e3c2ea935fab/out/.libs -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/miniz-sys-63734d0048644b22/out` (exit code: 101)
[00:08:59] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "--release" "--locked" "--color" "always" "--features" " jemalloc" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "--message-format" "json"
[00:08:59] expected success, got: exit code: 101
[00:08:59] thread 'main' panicked at 'cargo must succeed', bootstrap/compile.rs:1091:9
[00:08:59] travis_fold:end:stage0-rustc
[00:08:59] travis_time:end:stage0-rustc:start=1524159020160570076,finish=1524159241483550129,duration=221322980053
[00:08:59] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap build
[00:08:59] Build completed unsuccessfully in 0:03:55
[00:08:59] make: *** [all] Error 1
[00:08:59] Makefile:28: recipe for target 'all' failed
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:00327c15
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
---
148596 ./.git/modules
148592 ./.git/modules/src
143992 ./obj/build/bootstrap/debug/incremental
123036 ./obj/build/bootstrap/debug/incremental/bootstrap-351vorei3hhuv
123032 ./obj/build/bootstrap/debug/incremental/bootstrap-351vorei3hhuv/s-f09owergho-1gs21tj-4eibjses8msg
102808 ./obj/build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends
89684 ./src/llvm/test/CodeGen
70944 ./obj/build/x86_64-unknown-linux-gnu/native
70468 ./.git/modules/src/tools
---
11900 ./src/tools/lld
11516 ./.git/objects
11476 ./.git/objects/pack
10084 ./src/test/compile-fail
10012 ./src/llvm/test/MC/AMDGPU
9648 ./src/llvm/test/MC/Disassembler/AMDGPU
9212 ./.git/modules/src/tools/clippy/objects
travis_time:end:0c30cca8:start=1524159241794953597,finish=1524159241988108360,duration=193154763
travis_fold:end:after_failure.1
travis_fold:start:after_failure.2
|
plain
[00:45:17] Compiling build_helper v0.1.0 (file:///checkout/src/build_helper)
[00:45:17] Compiling rustc_trans v0.0.0 (file:///checkout/src/librustc_trans)
[00:45:17] Compiling cc v1.0.9
[00:45:18] Compiling rustc_llvm v0.0.0 (file:///checkout/src/librustc_llvm)
[00:46:06] *** Error in `/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc': munmap_chunk(): invalid pointer: 0x000055dcf2617700 ***
[00:46:06] ======= Backtrace: =========
[00:46:06] /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f15777107e5]
[00:46:06] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x1a8)[0x7f157771d698]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x1a1b1b)[0x7f1577f1cb1b]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x69c8c)[0x7f1577de4c8c]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xdc93d)[0x7f1577e5793d]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xda672)[0x7f1577e55672]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xec19b)[0x7f1577e6719b]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x111f24)[0x7f1577e8cf24]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xca349)[0x7f1577e45349]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xf6b1c)[0x7f1577e71b1c]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xcd305)[0x7f1577e48305]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x10f729)[0x7f1577e8a729]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xcce45)[0x7f1577e47e45]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(_ZN12rustc_driver6driver13compile_input17h088a14e41e52879dE+0x30b)[0x7f1577e8accb]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x1fefaa)[0x7f1577f79faa]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0xcc9c5)[0x7f1577e479c5]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x1704a5)[0x7f1577eeb4a5]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(+0x1fc0a7)[0x7f1577f770a7]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc_driver-703511c3dbac526d.so(_ZN12rustc_driver4main17h6c0e17c06f5d6db2E+0xb)[0x7f1577f8420b]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc(+0xe33)[0x55dcf0185e33]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libstd-a90f79f127a6fbce.so(rust_metadata_std_a06dcf7f65a7362a73628b67d2d8d151+0x58b03)[0x7f1577abbb03]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libstd-a90f79f127a6fbce.so(__rust_maybe_catch_panic+0x1a)[0x7f1577aff13a]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libstd-a90f79f127a6fbce.so(rust_metadata_std_a06dcf7f65a7362a73628b67d2d8d151+0x589f8)[0x7f1577abb9f8]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libstd-a90f79f127a6fbce.so(_ZN3std2rt19lang_start_internal17h66ba73d2c960fe5aE+0xd1)[0x7f1577ad1451]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc(+0xe94)[0x55dcf0185e94]
[00:46:06] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f15776b9830]
[00:46:06] /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc(+0xd29)[0x55dcf0185d29]
[00:46:06] ======= Memory map: ========
[00:46:06] 55dcf0185000-55dcf0187000 r-xp 00000000 08:01 802018 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc
[00:46:06] 55dcf0386000-55dcf0387000 r--p 00001000 08:01 802018 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc
[00:46:06] 55dcf0387000-55dcf0388000 rw-p 00002000 08:01 802018 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc
[00:46:06] 55dcf18ea000-55dcf97ae000 rw-p 00000000 00:00 0 [heap]
[00:46:06] 7f0ec4000000-7f0ec4cb1000 rw-p 00000000 00:00 0
[00:46:06] 7f0ec4cb1000-7f0ec8000000 ---p 00000000 00:00 0
[00:46:06] 7f0ecafff000-7f0ecc000000 rw-p 00000000 00:00 0
[00:46:06] 7f0ecc000000-7f0ecc7cb000 rw-p 00000000 00:00 0
[00:46:06] 7f0ecc7cb000-7f0ed0000000 ---p 00000000 00:00 0
[00:46:06] 7f0ed0000000-7f0ed16f4000 rw-p 00000000 00:00 0
[00:46:06] 7f0ed16f4000-7f0ed4000000 ---p 00000000 00:00 0
[00:46:06] 7f0ed4000000-7f0ed52d3000 rw-p 00000000 00:00 0
[00:46:06] 7f0ed52d3000-7f0ed8000000 ---p 00000000 00:00 0
[00:46:06] 7f0ed8000000-7f0ed91c0000 rw-p 00000000 00:00 0
[00:46:06] 7f0ed91c0000-7f0edc000000 ---p 00000000 00:00 0
[00:46:06] 7f0edc000000-7f0edc021000 rw-p 00000000 00:00 0
[00:46:06] 7f0edc021000-7f0ee0000000 ---p 00000000 00:00 0
[00:46:06] 7f0ee0000000-7f0ee14c3000 rw-p 00000000 00:00 0
[00:46:06] 7f0ee14c3000-7f0ee4000000 ---p 00000000 00:00 0
[00:46:06] 7f0ee4000000-7f0ee4021000 rw-p 00000000 00:00 0
[00:46:06] 7f0ee4021000-7f0ee8000000 ---p 00000000 00:00 0
[00:46:06] 7f0ee8dac000-7f0ee8dad000 ---p 00000000 00:00 0
[00:46:06] 7f0ee8dad000-7f0ee8fad000 rw-p 00000000 00:00 0
[00:46:06] 7f0ee8fad000-7f0ee8fae000 ---p 00000000 00:00 0
[00:46:06] 7f0ee8fae000-7f0ee91ae000 rw-p 00000000 00:00 0
[00:46:06] 7f0ee91ae000-7f0ee91af000 ---p 00000000 00:00 0
[00:46:06] 7f0ee91af000-7f0eea1af000 rw-p 00000000 00:00 0
[00:46:06] 7f0eea1af000-7f0eea1b0000 ---p 00000000 00:00 0
[00:46:06] 7f0eea1b0000-7f0eeb1b0000 rw-p 00000000 00:00 0
[00:46:06] 7f0eeb1b0000-7f0eeb1b1000 ---p 00000000 00:00 0
[00:46:06] 7f0eeb1b1000-7f0eec1b1000 rw-p 00000000 00:00 0
[00:46:06] 7f0eec1b1000-7f0eec1b2000 ---p 00000000 00:00 0
[00:46:06] 7f0eec1b2000-7f0eed1b2000 rw-p 00000000 00:00 0
[00:46:06] 7f0eed1b2000-7f0eed1b3000 ---p 00000000 00:00 0
[00:46:06] 7f0eed1b3000-7f0eee1b3000 rw-p 00000000 00:00 0
[00:46:06] 7f0eee1b3000-7f0eee1b4000 ---p 00000000 00:00 0
[00:46:06] 7f0eee1b4000-7f0eef1b4000 rw-p 00000000 00:00 0
[00:46:06] 7f0eef1b4000-7f0eef1b5000 ---p 00000000 00:00 0
[00:46:06] 7f0eef1b5000-7f0ef01b5000 rw-p 00000000 00:00 0
[00:46:06] 7f0ef01b5000-7f0ef01b6000 ---p 00000000 00:00 0
[00:46:06] 7f0ef01b6000-7f0ef11b6000 rw-p 00000000 00:00 0
[Truncated]
[00:46:06] 7f0fcb291000-7f0fcc291000 rw-p 00000000 00:00 0
[00:46:06] 7f0fcc291000-7f0fcc292000 ---p 00000000 00:00 0
[00:46:06] 7f0fcc292000-7f0fcd292000 rw-p 00000000 00:00 0
[00:46:06] 7f0fcd292000-7f0fcd293000 ---p 00000000 00:00 0
[00:46:06] 7f0fcd293000-7f0fce293000 rw-p 00000000 00:00 0
[00:46:06] 7f0fce293000-7f0fce294000 ---p 00000000 00:00 0
[00:46:06] 7f0fce294000-7f0fcf294000 rw-p 00000000 00:00 0
[00:46:06] 7f0fcf294000-7f0fcf295000 ---p 00000000 00:00 0
[00:46:06] 7f0fcf295000-7f0fd0295000 rw-p 00000000 00:00 0
[00:46:06] 7f0fd0295000-7f0fd0296000 ---p 00000000 00:00 0
[00:46:06] 7f0fd0296000-7f0fd1296000 rw-p 00000000 00:00 0
[00:46:06] 7f0fd1296000-7f0fd1297000 ---p 00000000 00:00 0
[00:46:06] 7f0fd1297000-7f0fd2297000 rw-p 00000000 00:00 0
[00:46:06] 7f0fd2297000-7f0fd2298000 ---p 00000000 00:00 0
[00:46:06] 7f0fd2298000-7f0fd3298000 rw-p 00000000 00:00 0
|
plain
[00:08:17] Compiling syntax_ext v0.0.0 (file:///checkout/src/libsyntax_ext)
[00:08:50] error[E0308]: mismatched types
[00:08:50] --> librustc/ty/context.rs:1908:19
[00:08:50] |
[00:08:50] 1908 | task: &Lock::new(OpenTask::Ignore),
[00:08:50] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `dep_graph::graph::OpenTask`, found struct `rustc_data_structures::sync::Lock`
[00:08:50] |
[00:08:50] = note: expected type `&dep_graph::graph::OpenTask`
[00:08:50] found type `&rustc_data_structures::sync::Lock<dep_graph::graph::OpenTask>`
[00:08:51] error: aborting due to previous error
[00:08:51]
[00:08:51] For more information about this error, try `rustc --explain E0308`.
[00:08:51] error: Could not compile `rustc`.
[00:08:51] error: Could not compile `rustc`.
[00:08:51]
[00:08:51] Caused by:
[00:08:51] process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name rustc librustc/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=4e5ed1caf18d498f -C extra-filename=-4e5ed1caf18d498f --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern byteorder=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbyteorder-ca61dfec7c40c4d4.rlib --extern rustc_data_structures=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-ebd8c341e0f5fefd.so --extern rustc_const_math=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_const_math-79d85b3db11a34e5.so --extern backtrace=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbacktrace-3532894d6c1d20e5.rlib --extern tempdir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libtempdir-a9575695dd92c62e.rlib --extern scoped_tls=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-efdb8dd1548942a4.rlib --extern graphviz=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libgraphviz-0bde40de32995f14.so --extern syntax_pos=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax_pos-a10e7df2deaf8c6a.so --extern syntax=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libsyntax-be01bb7e32c3e715.so --extern rustc_target=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_target-959ba3a7ab7a2be3.so --extern log=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblog-3e35efb9e5bc7a9a.rlib --extern rayon_core=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon_core-f0106be7a8b5a054.rlib --extern arena=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libarena-eb0d5406fb7025eb.so --extern flate2=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libflate2-9a88d517684202da.rlib --extern rustc_apfloat=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_apfloat-521818bd083c928c.rlib --extern proc_macro=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libproc_macro-76900df8bcab8692.so --extern fmt_macros=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libfmt_macros-3706e912fdb98df1.so --extern rayon=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librayon-6133198898c36061.rlib --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-c04ded78717d5d67.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-c04ded78717d5d67.rlib --extern lazy_static=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/liblazy_static-2803512e03c19cf7.rlib --extern rustc_errors=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_errors-bc2fab26ad6a0a36.so --extern num_cpus=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libnum_cpus-1c305a7c9e7bb15b.rlib --extern jobserver=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libjobserver-5bcc8c1ccd509892.rlib --extern bitflags=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libbitflags-9866e194db82a141.rlib -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/rayon-core-b2b2bb845b1260f1/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/context-f5fc4e6e8be361a5/out -L native=2322828 .
1437800 ./obj/build
836056 ./obj/build/x86_64-unknown-linux-gnu
722252 ./src
547752 ./obj/build/x86_64-unknown-linux-gnu/stage0
---
149096 ./.git/modules
149092 ./.git/modules/src
143556 ./obj/build/bootstrap/debug/incremental
122600 ./obj/build/bootstrap/debug/incremental/bootstrap-1sil8jgb030ka
122596 ./obj/build/bootstrap/debug/incremental/bootstrap-1sil8jgb030ka/s-f0i7zjp9f0-1fmg2u6-26nbdul52d1lw
102808 ./obj/build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends
89684 ./src/llvm/test/CodeGen
70944 ./obj/build/x86_64-unknown-linux-gnu/native
70704 ./.git/modules/src/tools
---
11900 ./src/tools/lld
11644 ./.git/objects
11604 ./.git/objects/pack
10076 ./src/test/compile-fail
10012 ./src/llvm/test/MC/AMDGPU
9648 ./src/llvm/test/MC/Disassembler/AMDGPU
9304 ./.git/modules/src/tools/clippy/objects
travis_time:end:2940be80:start=1524827683660605085,finish=1524827683823731560,duration=163126475
travis_fold:end:after_failure.1
travis_fold:start:after_failure.2
|
plain
[00:05:47] Compiling rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#c258be90)
[00:05:50] Compiling rustc_data_structures v0.0.0 (file:///checkout/src/librustc_data_structures)
[00:05:52] Compiling syntax_pos v0.0.0 (file:///checkout/src/libsyntax_pos)
[00:05:52] Compiling arena v0.0.0 (file:///checkout/src/libarena)
[00:05:53] error[E0277]: the trait bound `str: std::cmp::PartialOrd<&str>` is not satisfied
[00:05:53] --> libsyntax_pos/symbol.rs:506:62
[00:05:53] |
[00:05:53] 506 | self.with(|self_str| other.with(|other_str| self_str.partial_cmp(&other_str)))
[00:05:53] | ^^^^^^^^^^^ can't compare `str` with `&str`
[00:05:53] |
[00:05:53] = help: the trait `std::cmp::PartialOrd<&str>` is not implemented for `str`
[00:05:53] error: aborting due to previous error
[00:05:53]
[00:05:53] For more information about this error, try `rustc --explain E0277`.
[00:05:53] error: Could not compile `syntax_pos`.
[00:05:53] error: Could not compile `syntax_pos`.
[00:05:53]
[00:05:53] Caused by:
[00:05:53] process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name syntax_pos 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=903f639208e77849 -C extra-filename=-903f639208e77849 --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --extern unicode_width=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-5995f0eb51d74243.rlib --extern rustc_data_structures=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-cae211faccb19025.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-cf2c0cb22fec89b8.so --extern serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libserialize-cf2c0cb22fec89b8.rlib --extern scoped_tls=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-9b479e657b074e34.rlib -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/rayon-core-e319623a3a5c5b0a/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/context-d1b17b2cbf6f663e/out` (exit code: 101)
[00:05:53] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "--release" "--locked" "--color" "always" "--features" " jemalloc" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "--message-format" "json"
[00:05:53] expected success, got: exit code: 101
[00:05:53] thread 'main' panicked at 'cargo must succeed', bootstrap/compile.rs:1091:9
[00:05:53] travis_fold:end:stage0-rustc
[00:05:53] travis_time:end:stage0-rustc:start=1524832184969048862,finish=1524832242559791022,duration=57590742160
[00:05:53] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap build
[00:05:53] Build completed unsuccessfully in 0:01:10
[00:05:53] Makefile:28: recipe for target 'all' failed
[00:05:53] make: *** [all] Error 1
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:152ac5e6
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
|
plain
[00:05:34] Compiling rand v0.4.2
[00:05:39] Compiling num_cpus v1.8.0
[00:05:39] Compiling atty v0.2.8
[00:05:42] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:05:42] Compiling rustc-rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#e3840ded)
[00:05:44] Compiling backtrace-sys v0.1.16
[00:05:44] Compiling humantime v1.1.1
[00:05:44] Compiling crossbeam-epoch v0.2.0
[00:05:44] Compiling ena v0.9.2
---
[00:05:54] Compiling rls-data v0.15.0
[00:05:55] Compiling crossbeam-channel v0.1.2
[00:05:57] Compiling flate2 v1.0.1
[00:06:05] Compiling backtrace v0.3.6
[00:06:05] Compiling rustc-rayon v0.9.0 (https://github.com/username_0/rayon.git?branch=fiber#e3840ded)
[00:06:13] Compiling arena v0.0.0 (file:///checkout/src/libarena)
[00:06:14] Compiling syntax_pos v0.0.0 (file:///checkout/src/libsyntax_pos)
[00:06:17] Compiling rustc_errors v0.0.0 (file:///checkout/src/librustc_errors)
[00:07:47] Compiling proc_macro v0.0.0 (file:///checkout/src/libproc_macro)
---
[00:23:12] Compiling rand v0.4.2
[00:23:13] Compiling num_cpus v1.8.0
[00:23:17] Compiling atty v0.2.8
[00:23:17] Compiling context v2.0.0 (https://github.com/username_0/context-rs.git#f932ce27)
[00:23:17] Compiling rustc-rayon-core v1.3.0 (https://github.com/username_0/rayon.git?branch=fiber#e3840ded)
[00:23:19] Compiling humantime v1.1.1
[00:23:19] Compiling crossbeam-epoch v0.2.0
[00:23:19] Compiling crossbeam-epoch v0.2.0
bcf89000 rw-p 00000000 00:00 0
[00:23:21] 7f2dbcf89000-7f2dbcf8a000 ---p 00000000 00:00 0
[00:23:21] 7f2dbcf8a000-7f2dbdf8a000 rw-p 00000000 00:00 0
[00:23:21] 7f2dbdf8a000-7f2dbdf8b000 ---p 00000000 00:00 0
[00:23:21] 7f2dbdf8b000-7f2dbef8b000 rw-p 00000000 00:00 0
[00:23:21] 7f2dbef8b000-7f2dbef8c000 ---p 00000000 00:00 0
[00:23:21] 7f2dbef8c000-7f2dbff8c000 rw-p 00000000 00:00 0
[00:23:21] 7f2dbff8c000-7f2dbff8d000 ---p 00000000 00:00 0
[00:23:21] 7f2dbff8d000-7f2dc0f8d000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc0f8d000-7f2dc0f8e000 ---p 00000000 00:00 0
[00:23:21] 7f2dc0f8e000-7f2dc1f8e000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc1f8e000-7f2dc1f8f000 ---p 00000000 00:00 0
[00:23:21] 7f2dc1f8f000-7f2dc2f8f000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc2f8f000-7f2dc2f90000 ---p 00000000 00:00 0
[00:23:21] 7f2dc2f90000-7f2dc3f90000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc3f90000-7f2dc3f91000 ---p 00000000 00:00 0
[00:23:21] 7f2dc3f91000-7f2dc4f91000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc4f91000-7f2dc4f92000 ---p 00000000 00:00 0
[00:23:21] 7f2dc4f92000-7f2dc5f92000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc5f92000-7f2dc5f93000 ---p 00000000 00:00 0
[00:23:21] 7f2dc5f93000-7f2dc6f93000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc6f93000-7f2dc6f94000 ---p 00000000 00:00 0
[00:23:21] 7f2dc6f94000-7f2dc7f94000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc7f94000-7f2dc7f95000 ---p 00000000 00:00 0
[00:23:21] 7f2dc7f95000-7f2dc8f95000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc8f95000-7f2dc8f96000 ---p 00000000 00:00 0
[00:23:21] 7f2dc8f96000-7f2dc9f96000 rw-p 00000000 00:00 0
[00:23:21] 7f2dc9f96000-7f2dc9f9700000 00:00 0
[00:23:21] 7f2de4fb2000-7f2de5fb2000 rw-p 00000000 00:00 0
[00:23:21] 7f2de5fb2000-7f2de5fb3000 ---p 00000000 00:00 0
[00:23:21] 7f2de5fb3000-7f2de6fb3000 rw-p 00000000 00:00 0
[00:23:21] 7f2de6fb3000-7f2de6fb4000 ---p 00000000 00:00 0
[00:23:21] 7f2de6fb4000-7f2de7fb4000 rw-p 00000000 00:00 0
[00:23:21] 7f2de7fb4000-7f2de7fb5000 ---p 00000000 00:00 0
[00:23:21] 7f2de7fb5000-7f2de8fb5000 rw-p 00000000 00:00 0
[00:23:21] 7f2de8fb5000-7f2de8fb6000 ---p 00000000 00:00 0
[00:23:21] 7f2de8fb6000-7f2de9fb6000 rw-p 00000000 00:00 0
[00:23:21] 7f2de9fb6000-7f2de9fb7000 ---p 00000000 00:00 0
[00:23:21] 7f2de9fb7000-7f2deafb7000 rw-p 00000000 00:00 0
[00:23:21] 7f2deafb7000-7f2deafb8000 ---p 00000000 00:00 0
[00:23:21] 7f2deafb8000-7f2debfb8000 rw-p 00000000 00:00 0
[00:23:21] 7f2debfb8000-7f2debfb9000 ---p 00000000 00:00 0
[00:23:21] 7f2debfb9000-7f2decfb9000 rw-p 00000000 00:00 0
[00:23:21] 7f2decfb9000-7f2decfba000 ---p 00000000 00:00 0
[00:23:21] 7f2decfba000-7f2dedfba000 rw-p 00000000 00:00 0
[00:23:21] 7f2dedfba000-7f2dedfbb000 ---p 00000000 00:00 0
[00:23:21] 7f2dedfbb000-7f2deefbb000 rw-p 00000000 00:00 0
[Truncated]
[00:23:21] 7f2e82dfb000-7f2e82f0c000 r-xp 00000000 08:01 802822 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-761fbae3650d6e55.so
[00:23:21] 7f2e82f0c000-7f2e8310c000 ---p 00111000 08:01 802822 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-761fbae3650d6e55.so
[00:23:21] 7f2e8310c000-7f2e8311b000 r--p 00111000 08:01 802822 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-761fbae3650d6e55.so
[00:23:21] 7f2e8311b000-7f2e8311c000 rw-p 00120000 08:01 802822 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-761fbae3650d6e55.so
[00:23:21] 7f2e8311c000-7f2e8344d000 r-xp 00000000 08:01 803612 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-f030ca4fc1f3030b.so
[00:23:21] 7f2e8344d000-7f2e8364d000 ---p 00331000 08:01 803612 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-f030ca4fc1f3030b.so
[00:23:21] 7f2e8364d000-7f2e8365d000 r--p 00331000 08:01 803612 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-f030ca4fc1f3030b.so
[00:23:21] 7f2e8365d000-7f2e8365e000 rw-p 00341000 08:01 803612 /checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-f030ca4fc1f3030b.so
[00:23:21] 7f2e8365e000-7f2e83684000 r-xp 00000000 08:01 1190712 /lib/x86_64-linux-gnu/ld-2.23.so
[00:23:21] 7f2e8369d000-7f2e836dd000 rw-p 00000000 [vdso]
[00:23:21] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
travis_time:end:090ac32c:start=1526167713844467377,finish=1526169116007581772,duration=1402163114395
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:092800ae
|
BenchmarkDotNet=v0.10.11, OS=Windows 7 SP1 (6.1.7601.0)
Processor=Intel Xeon CPU E5-2620 v3 2.40GHzIntel Xeon CPU E5-2620 v3 2.40GHz, ProcessorCount=24
Frequency=2338369 Hz, Resolution=427.6485 ns, Timer=TSC
[Host] : .NET Framework 4.7 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.2114.0
DefaultJob : .NET Framework 4.7 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.2114.0
Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
------------------------------------------ |----------:|----------:|----------:|----------:|---------:|---------:|------------:|
JsonNET_JsonSerializer_Deserialize_Stream | 10.60 ms | 0.5081 ms | 1.498 ms | 140.6250 | 62.5000 | - | 923.51 KB |
Manatee_JsonSerializer_Deserialize | 149.17 ms | 4.7240 ms | 13.780 ms | 3000.0000 | 437.5000 | 187.5000 | 18232.51 KB |
New_Manatee_JsonSerializer_Deserialize | 17.17 ms | 0.2780 ms | 0.2322 ms | 625.0000 | 312.5000 | - | 4045.12 KB |
|
BenchmarkDotNet=v0.10.11, OS=Windows 7 SP1 (6.1.7601.0)
Processor=Intel Xeon CPU E5-2620 v3 2.40GHzIntel Xeon CPU E5-2620 v3 2.40GHz, ProcessorCount=24
Frequency=2338369 Hz, Resolution=427.6485 ns, Timer=TSC
[Host] : .NET Framework 4.7 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.2114.0
DefaultJob : .NET Framework 4.7 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.2114.0
Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
------------------------------------------ |----------:|----------:|----------:|----------:|---------:|---------:|------------:|
JsonNET_JsonSerializer_Deserialize_Stream | 10.60 ms | 0.5081 ms | 1.498 ms | 140.6250 | 62.5000 | - | 923.51 KB |
Manatee_JsonSerializer_Deserialize | 149.17 ms | 4.7240 ms | 13.780 ms | 3000.0000 | 437.5000 | 187.5000 | 18232.51 KB |
New_Manatee_JsonSerializer_Deserialize | 17.17 ms | 0.2780 ms | 0.2322 ms | 625.0000 | 312.5000 | - | 4045.12 KB |
|
if not "%2"=="" (
echo "%2" | findstr /C:"Debug" > nul & if ERRORLEVEL 1 (
REM Not debug
) else (
REM Skip regeneration for Debug configurations
if exist %DEST_FILE% goto :eof
)
)
|
if not "%2"=="" (
echo "%2" | findstr /C:"Debug" > nul & if ERRORLEVEL 1 (
REM Not debug
) else (
REM Skip regeneration for Debug configurations
if exist %DEST_FILE% goto :eof
)
)
|
{"message": "Unhandled error", "reason": null, "traceback": "Traceback (most recent call last):\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\web.py\", line 1511, in _execute\n result = yield result\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1055, in run\n value = future.result()\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\concurrent.py\", line 238, in result\n raise_exc_info(self._exc_info)\n File \"<string>\", line 4, in raise_exc_info\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1063, in run\n yielded = self.gen.throw(*exc_info)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\jupyterlab_latex\\__init__.py\", line 205, in get\n out = yield self.run_latex(cmd_sequence)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1055, in run\n value = future.result()\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\concurrent.py\", line 238, in result\n raise_exc_info(self._exc_info)\n File \"<string>\", line 4, in raise_exc_info\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 307, in wrapper\n yielded = next(result)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\jupyterlab_latex\\__init__.py\", line 166, in run_latex\n stderr=Subprocess.STREAM)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\process.py\", line 236, in __init__\n self.stdout = PipeIOStream(out_r, io_loop=self.io_loop)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\iostream.py\", line 1521, in __init__\n _set_nonblocking(fd)\nTypeError: 'NoneType' object is not callable\n"}
|
after this doing
`jupyter serverextension enable jupyterlab_latex`
runs without warnings and produces the following normal looking output:
|
{"message": "Unhandled error", "reason": null, "traceback": "Traceback (most recent call last):\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\web.py\", line 1511, in _execute\n result = yield result\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1055, in run\n value = future.result()\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\concurrent.py\", line 238, in result\n raise_exc_info(self._exc_info)\n File \"<string>\", line 4, in raise_exc_info\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1063, in run\n yielded = self.gen.throw(*exc_info)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\jupyterlab_latex\\__init__.py\", line 205, in get\n out = yield self.run_latex(cmd_sequence)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 1055, in run\n value = future.result()\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\concurrent.py\", line 238, in result\n raise_exc_info(self._exc_info)\n File \"<string>\", line 4, in raise_exc_info\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\gen.py\", line 307, in wrapper\n yielded = next(result)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\jupyterlab_latex\\__init__.py\", line 166, in run_latex\n stderr=Subprocess.STREAM)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\process.py\", line 236, in __init__\n self.stdout = PipeIOStream(out_r, io_loop=self.io_loop)\n File \"C:\\Users\\TMOko\\Anaconda3\\lib\\site-packages\\tornado\\iostream.py\", line 1521, in __init__\n _set_nonblocking(fd)\nTypeError: 'NoneType' object is not callable\n"}
|
../node_modules/react-tile-map/src/tile-map.js
Module parse failed: Unexpected character '@' (10:0)
You may need an appropriate loader to handle this file type.
| export * from "./state";
|
| @observer
| export class TileMap extends React.Component {
| static propTypes = {
|
../node_modules/react-tile-map/src/tile-map.js
Module parse failed: Unexpected character '@' (10:0)
You may need an appropriate loader to handle this file type.
| export * from "./state";
|
| @observer
| export class TileMap extends React.Component {
| static propTypes = {
|
{
"name": "node2nix-dev-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ramda": "^0.25.0"
},
"devDependencies": {
"lodash": "^4.17.4"
}
}
|
{
"name": "node2nix-dev-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ramda": "^0.25.0"
},
"devDependencies": {
"lodash": "^4.17.4"
}
}
|
php artisan scout:import "App\Model"
In TNTSearchScoutServiceProvider.php line 22: Unsupported operand types
And here is line 22
|
schema.load({'some_field': None}) => {'some_field': None}
schema.load({'some_field': ''}) => {'some_field': None}
schema.load({}) => ValidationError: {'some_field': ['Missing data for required field.']}
|
/something/{uuid}/thing:
post:
description: Add a new intake
operationId: thingPost
parameters:
- name: uuid
required: true
in: path
type: string
- name: meal
in: body
description: Meal intake record, covering macro-nutrients
required: true
schema:
$ref: '#/definitions/thing'
responses:
"204":
description: Meal record succesfully received.
default:
description: unexpected error
thing:
required:
- time_stamp
- carb
properties:
time_stamp:
type: integer
description: Unix Timestamp
carb:
type: integer
description: Amount of carbohydrates (g) in the meal.
fat:
type: integer
description: Amount of fat (g) in the meal.
protein:
type: integer
description: Amount of protein (g) in the meal.
comment:
type: string
description: Free text field. Could contain, e.g., meal description. Such as \"Sandwich with milk\".
|
/something/{uuid}/thing:
post:
description: Add a new intake
operationId: thingPost
parameters:
- name: uuid
required: true
in: path
type: string
- name: meal
in: body
description: Meal intake record, covering macro-nutrients
required: true
schema:
$ref: '#/definitions/thing'
responses:
"204":
description: Meal record succesfully received.
default:
description: unexpected error
thing:
required:
- time_stamp
- carb
properties:
time_stamp:
type: integer
description: Unix Timestamp
carb:
type: integer
description: Amount of carbohydrates (g) in the meal.
fat:
type: integer
description: Amount of fat (g) in the meal.
protein:
type: integer
description: Amount of protein (g) in the meal.
comment:
type: string
description: Free text field. Could contain, e.g., meal description. Such as \"Sandwich with milk\".
|
powershell
Validated relative link /assets/js/highlight.pack.js at assets/js/highlight.pack.js
Validation failure for relative link /assets/img/favicon.ico: could not find output file at any of
assets/img/favicon.ico, assets/img/favicon.ico/index, assets/img/favicon.ico.htm,
assets/img/favicon.ico/index.htm, assets/img/favicon.ico.html, assets/img/favicon.ico/index.html
|
Validated relative link /docs at docs/index.html
Error while executing module ValidateLinks
Error while executing module Execute
Error while executing module If
Error while executing pipeline ValidateLinks
Exception during execution: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Concurrent.ConcurrentDictionary
|
2.<PartitionerForEachWorker>b__1()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
---> (Inner Exception #1) System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Concurrent.ConcurrentDictionary
|
powershell
Validated relative link /assets/js/highlight.pack.js at assets/js/highlight.pack.js
Validation failure for relative link /assets/img/favicon.ico: could not find output file at any of
assets/img/favicon.ico, assets/img/favicon.ico/index, assets/img/favicon.ico.htm,
assets/img/favicon.ico/index.htm, assets/img/favicon.ico.html, assets/img/favicon.ico/index.html
|
2018-01-08 14:52:41.257164+0100 sentry-ios-carthage[44493:18330360] Sentry Started -- Version: 3.11.1
************************ Crash Handler Notice ************************
* App is running in a debugger. Masking out unsafe monitors. *
* This means that most crashes WILL NOT BE RECORDED while debugging! *
**********************************************************************
INFO : KSCrash.m (339): -[KSCrash sendAllReportsWithCompletion:]: Sending 0 crash reports
|
2018-01-08 14:52:41.257164+0100 sentry-ios-carthage[44493:18330360] Sentry Started -- Version: 3.11.1
************************ Crash Handler Notice ************************
* App is running in a debugger. Masking out unsafe monitors. *
* This means that most crashes WILL NOT BE RECORDED while debugging! *
**********************************************************************
INFO : KSCrash.m (339): -[KSCrash sendAllReportsWithCompletion:]: Sending 0 crash reports
|
/root/node_modules/zmq/build'
CXX(target) Release/obj.target/zmq/binding.o
make: g++: Command not found
make: *** [Release/obj.target/zmq/binding.o] Error 127
make: Leaving directory
|
System.NullReferenceException
Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.Options.OptionServiceFactory.OptionService..ctor(IGlobalOptionService globalOptionService, HostWorkspaceServices workspaceServices)
at Microsoft.CodeAnalysis.Options.OptionServiceFactory.CreateService(HostWorkspaceServices workspaceServices)
at System.Lazy
|
System.NullReferenceException
Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.Options.OptionServiceFactory.OptionService..ctor(IGlobalOptionService globalOptionService, HostWorkspaceServices workspaceServices)
at Microsoft.CodeAnalysis.Options.OptionServiceFactory.CreateService(HostWorkspaceServices workspaceServices)
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at Microsoft.CodeAnalysis.Host.Mef.MefWorkspaceServices.GetService[TWorkspaceService]()
at Microsoft.CodeAnalysis.Workspace.get_Options()
at Microsoft.CodeAnalysis.Host.AbstractSyntaxTreeFactoryService..ctor(HostLanguageServices languageServices)
at Microsoft.CodeAnalysis.CSharp.CSharpSyntaxTreeFactoryServiceFactory.CreateLanguageService(HostLanguageServices provider)
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at Microsoft.CodeAnalysis.Host.Mef.MefLanguageServices.GetService[TLanguageService]()
at Microsoft.CodeAnalysis.ProjectState.FixProjectInfo(ProjectInfo projectInfo)
at Microsoft.CodeAnalysis.ProjectState..ctor(ProjectInfo projectInfo, HostLanguageServices languageServices, SolutionServices solutionServices)
at Microsoft.CodeAnalysis.SolutionState.AddProject(ProjectInfo projectInfo)
at Microsoft.CodeAnalysis.Solution.AddProject(ProjectInfo projectInfo)
at Microsoft.CodeAnalysis.Workspace.OnProjectAdded_NoLock(ProjectInfo projectInfo, Boolean silent)
at Microsoft.CodeAnalysis.Workspace.OnProjectAdded(ProjectInfo projectInfo, Boolean silent)
at Microsoft.CodeAnalysis.AdhocWorkspace.AddProject(ProjectInfo projectInfo)
at Microsoft.CodeAnalysis.AdhocWorkspace.AddProject(String name, String language)
|
In [1]: from app.models import DumbModel
In [2]: DumbModel.objects.all().values_list()
Out[2]: <repr(<django.db.models.query.ValuesListQuerySet at 0x106df54d0>) failed: TypeError: _clone() takes exactly 1 argument (2 given)>
In [3]: DumbModel.objects.all().values_list()[0]
Out [3]: TypeError: _clone() takes exactly 1 argument (2 given)
|
Traceback (most recent call last):
File "/home/travis/build/makinacorpus/django-safedelete/safedelete/tests/test_queryset.py", line 202, in test_values_list
QuerySetModel.objects.filter(id=instance.id).values_list('pk', flat=True)[0]
File "/home/travis/build/makinacorpus/django-safedelete/safedelete/queryset.py", line 121, in __getitem__
return super(SafeDeleteQueryset, self).__getitem__(key)
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 199, in __getitem__
qs = self._clone()
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 1244, in _clone
clone = super(ValuesListQuerySet, self)._clone(*args, **kwargs)
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 1144, in _clone
c = super(ValuesQuerySet, self)._clone(klass, **kwargs)
TypeError: _clone() takes 1 positional argument but 2 were given
|
In [1]: from app.models import DumbModel
In [2]: DumbModel.objects.all().values_list()
Out[2]: <repr(<django.db.models.query.ValuesListQuerySet at 0x106df54d0>) failed: TypeError: _clone() takes exactly 1 argument (2 given)>
In [3]: DumbModel.objects.all().values_list()[0]
Out [3]: TypeError: _clone() takes exactly 1 argument (2 given)
|
Traceback (most recent call last):
File "/home/travis/build/makinacorpus/django-safedelete/safedelete/tests/test_queryset.py", line 202, in test_values_list
QuerySetModel.objects.filter(id=instance.id).values_list('pk', flat=True)[0]
File "/home/travis/build/makinacorpus/django-safedelete/safedelete/queryset.py", line 121, in __getitem__
return super(SafeDeleteQueryset, self).__getitem__(key)
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 199, in __getitem__
qs = self._clone()
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 1244, in _clone
clone = super(ValuesListQuerySet, self)._clone(*args, **kwargs)
File "/home/travis/build/makinacorpus/django-safedelete/django/django/db/models/query.py", line 1144, in _clone
c = super(ValuesQuerySet, self)._clone(klass, **kwargs)
TypeError: _clone() takes 1 positional argument but 2 were given
|
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/falcon/api.py", line 194, in __call__
req = self._request_type(env, options=self.req_options)
File "/usr/local/lib/python3.5/dist-packages/falcon/request.py", line 421, in __init__
self._wsgierrors = env['wsgi.errors']
KeyError: 'wsgi.errors'
|
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/falcon/api.py", line 194, in __call__
req = self._request_type(env, options=self.req_options)
File "/usr/local/lib/python3.5/dist-packages/falcon/request.py", line 421, in __init__
self._wsgierrors = env['wsgi.errors']
KeyError: 'wsgi.errors'
|
Block at file offset 0
- compressed size: 25442
- uncompressed size: 2114545489
15:24:38.967 INFO PrintBGZFBlockInformation - Shutting down engine
[January 25, 2018 3:24:38 PM EST] org.broadinstitute.hellbender.tools.diagnostics.PrintBGZFBlockInformation done. Elapsed time: 0.00 minutes.
Runtime.totalMemory()=190840832
***********************************************************************
A USER ERROR has occurred: Error while parsing BGZF file. Error message was: testBrokenFile/gnomADaccuracyTest.SynDip.unBlocked.vcf.gz has invalid uncompressedLength: -758824605
***********************************************************************
Set the system property GATK_STACKTRACE_ON_USER_EXCEPTION (--java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true') to print the stack trace.
|
Block at file offset 0
- compressed size: 25442
- uncompressed size: 2114545489
15:24:38.967 INFO PrintBGZFBlockInformation - Shutting down engine
[January 25, 2018 3:24:38 PM EST] org.broadinstitute.hellbender.tools.diagnostics.PrintBGZFBlockInformation done. Elapsed time: 0.00 minutes.
Runtime.totalMemory()=190840832
***********************************************************************
A USER ERROR has occurred: Error while parsing BGZF file. Error message was: testBrokenFile/gnomADaccuracyTest.SynDip.unBlocked.vcf.gz has invalid uncompressedLength: -758824605
***********************************************************************
Set the system property GATK_STACKTRACE_ON_USER_EXCEPTION (--java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true') to print the stack trace.
|
panic: open /home/appuser/.go-http-cli/daemon.pid: no such file or directory
goroutine 1 [running]:
github.com/username_0/go-http-cli/daemon.KillDaemon()
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/daemon/process.go:48 +0x89
github.com/username_0/go-http-cli/daemon.EnsureDaemon(0x16, 0xc42006ae40)
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/daemon/process.go:30 +0x59
main.main()
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/binaries/http/main.go:15 +0x37
|
panic: open /home/appuser/.go-http-cli/daemon.pid: no such file or directory
goroutine 1 [running]:
github.com/username_0/go-http-cli/daemon.KillDaemon()
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/daemon/process.go:48 +0x89
github.com/username_0/go-http-cli/daemon.EnsureDaemon(0x16, 0xc42006ae40)
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/daemon/process.go:30 +0x59
main.main()
/Users/vinicius.isola/git/go-workspace/src/github.com/username_0/go-http-cli/binaries/http/main.go:15 +0x37
|
macbook-pro:FishPyPano-master omek$ python3 ./fishpypano.py -i /Volumes/500gb/i.JPG -p dual_point.json
OpenCV Error: Assertion failed (ssize.width > 0 && ssize.height > 0) in resize, file /Users/travis/build/skvark/opencv-python/opencv/modules/imgproc/src/resize.cpp, line 4044
Traceback (most recent call last):
File "./fishpypano.py", line 514, in <module>
img0, img1 = dual.warp_img()
File "./fishpypano.py", line 401, in warp_img
img0 = self.crop_fisheye_img(self.dual_img, self.cir0_c)
File "./fishpypano.py", line 309, in crop_fisheye_img
(self.fisheye_size, self.fisheye_size))
cv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/imgproc/src/resize.cpp:4044: error: (-215) ssize.width > 0 && ssize.height > 0 in function resize
|
macbook-pro:FishPyPano-master omek$ python3 calibrate.py -p i.JPG
Traceback (most recent call last):
File "calibrate.py", line 39, in <module>
points = np.array(json.load(jh))
File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 296, in load
return loads(fp.read(),
File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
|
macbook-pro:FishPyPano-master omek$ python3 stitch.py -c calib_data.json -i a.jpg
Loaded calibration data..
Projecting fisheye images to equirectangular projection..
Projecting left fisheye image..
Projecting right fisheye image..
Done projecting, starting stitching..
Calculating optical flow and Warping..
OpenCV Error: Assertion failed (dims <= 2 && step[0] > 0) in locateROI, file /Users/travis/build/skvark/opencv-python/opencv/modules/core/src/matrix.cpp, line 991
Traceback (most recent call last):
File "stitch.py", line 145, in <module>
warped_overlap1, warped_overlap2 = util.flow_warp(equi1_overlap, equi2_overlap)
File "/Users/omek/Downloads/FishPyPano-master/util/flow.py", line 32, in flow_warp
bot_frame_ = _opt_flow_warp(top_frame, bot_frame, False)
File "/Users/omek/Downloads/FishPyPano-master/util/flow.py", line 13, in _opt_flow_warp
img1_gray, img2_gray, None, 0.5, 3, 15, 3, 5, 1.2, 0)
cv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/core/src/matrix.cpp:991: error: (-215) dims <= 2 && step[0] > 0 in function locateROI
|
macbook-pro:FishPyPano-master omek$ python3 stitch.py -c calib_data.json -i a.jpg
Loaded calibration data..
Projecting fisheye images to equirectangular projection..
Projecting left fisheye image..
Projecting right fisheye image..
Done projecting, starting stitching..
Calculating optical flow and Warping..
OpenCV Error: Assertion failed (dims <= 2 && step[0] > 0) in locateROI, file /Users/travis/build/skvark/opencv-python/opencv/modules/core/src/matrix.cpp, line 991
Traceback (most recent call last):
File "stitch.py", line 145, in <module>
warped_overlap1, warped_overlap2 = util.flow_warp(equi1_overlap, equi2_overlap)
File "/Users/omek/Downloads/FishPyPano-master/util/flow.py", line 32, in flow_warp
bot_frame_ = _opt_flow_warp(top_frame, bot_frame, False)
File "/Users/omek/Downloads/FishPyPano-master/util/flow.py", line 13, in _opt_flow_warp
img1_gray, img2_gray, None, 0.5, 3, 15, 3, 5, 1.2, 0)
cv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/core/src/matrix.cpp:991: error: (-215) dims <= 2 && step[0] > 0 in function locateROI
|
pex: Building pex: 32232.6ms
pex: Resolving distributions: 31394.7ms
pex: Packaging user-sync: 9276.8ms
pex: Packaging pywin32-ctypes: 1823.8ms
pex: Packaging PyYAML: 838.4ms
pex: Packaging pycparser: 1283.0ms
Saving PEX file to dist/user-sync.pex
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "c:\proj\github\user-sync.py\venv\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Local\\Temp\\tmpcjmbyavj\\chardet-3.0.4-py2.py3-none-any.whl'
|
pex: Building pex: 32232.6ms
pex: Resolving distributions: 31394.7ms
pex: Packaging user-sync: 9276.8ms
pex: Packaging pywin32-ctypes: 1823.8ms
pex: Packaging PyYAML: 838.4ms
pex: Packaging pycparser: 1283.0ms
Saving PEX file to dist/user-sync.pex
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "c:\proj\github\user-sync.py\venv\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Local\\Temp\\tmpcjmbyavj\\chardet-3.0.4-py2.py3-none-any.whl'
|
pex: Building pex: 32232.6ms
pex: Resolving distributions: 31394.7ms
pex: Packaging user-sync: 9276.8ms
pex: Packaging pywin32-ctypes: 1823.8ms
pex: Packaging PyYAML: 838.4ms
pex: Packaging pycparser: 1283.0ms
Saving PEX file to dist/user-sync.pex
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "c:\proj\github\user-sync.py\venv\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Local\\Temp\\tmpcjmbyavj\\chardet-3.0.4-py2.py3-none-any.whl'
|
pex: Building pex: 32232.6ms
pex: Resolving distributions: 31394.7ms
pex: Packaging user-sync: 9276.8ms
pex: Packaging pywin32-ctypes: 1823.8ms
pex: Packaging PyYAML: 838.4ms
pex: Packaging pycparser: 1283.0ms
Saving PEX file to dist/user-sync.pex
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "c:\proj\github\user-sync.py\venv\lib\shutil.py", line 387, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Local\\Temp\\tmpcjmbyavj\\chardet-3.0.4-py2.py3-none-any.whl'
|
, the value is false if the UseCase#execute return a promise.
* See https://github.com/almin/almin/issues/149
*/
readonly isUseCaseFinished: boolean;
/**
* If the payload object is dispatched in a transaction, to be transaction object
* otherwise, to be undefined
*/
transaction?: Transaction;
}
|
*/
readonly dispatcher: UseCase | Dispatcher | null;
/**
* A parent useCase of the `this.useCase`,
* When useCase is nesting, parentUseCase is a UseCase.
*/
readonly parentUseCase: UseCase | Dispatcher | null;
/**
* A timeStamp is created time of the meta.
*/
readonly timeStamp: number;
/**
* If the payload object is generated by Almin, true.
*
* The use can use it for detecting "Is the payload generated by system(almin)?".
* It is similar with https://www.w3.org/TR/DOM-Level-3-Events/#trusted-events
*/
readonly isTrusted: boolean;
/**
* If the useCase is finished, return true.
* Most of useCase is fixed value.
* But, DidExecutedPayload's value is case by case.
* In `DidExecutedPayload`, the value is false if the UseCase#execute return a promise.
* See https://github.com/almin/almin/issues/149
*/
readonly isUseCaseFinished: boolean;
/**
* If the payload object is dispatched in a transaction, to be transaction object
* otherwise, to be undefined
*/
transaction?: Transaction;
}
|
swift
// Triggered (unexpected)
func abc(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Not triggered (expected)
public func def(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Not triggered (expected)
func ghi(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
class JKL {
// Not triggered (expected)
func mno(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Triggered (unexpected)
func pqr(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
}
|
swift
// Triggered (unexpected)
func abc(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Not triggered (expected)
public func def(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Not triggered (expected)
func ghi(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
class JKL {
// Not triggered (expected)
func mno(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
// Triggered (unexpected)
func pqr(a: String, b: String, c: String, d: String, e: String, f: String, g: String, h: String, i: String, j: String, k: String, l: String, m: String, n: String, o: String, p: String, q: String, r: String, s: String) {
}
}
|
Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 208, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 41, in load_command_class
return module.Command()
File "/usr/local/lib/python3.5/site-packages/collectfast/management/commands/collectstatic.py", line 35, in __init__
if self.storage.preload_metadata is not True:
File "/usr/local/lib/python3.5/site-packages/django/utils/functional.py", line 235, in inner
return func(self._wrapped, *args)
AttributeError: 'StaticFilesStorage' object has no attribute 'preload_metadata'
|
Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 208, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 41, in load_command_class
return module.Command()
File "/usr/local/lib/python3.5/site-packages/collectfast/management/commands/collectstatic.py", line 35, in __init__
if self.storage.preload_metadata is not True:
File "/usr/local/lib/python3.5/site-packages/django/utils/functional.py", line 235, in inner
return func(self._wrapped, *args)
AttributeError: 'StaticFilesStorage' object has no attribute 'preload_metadata'
|
Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 208, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 41, in load_command_class
return module.Command()
File "/usr/local/lib/python3.5/site-packages/collectfast/management/commands/collectstatic.py", line 35, in __init__
if self.storage.preload_metadata is not True:
File "/usr/local/lib/python3.5/site-packages/django/utils/functional.py", line 235, in inner
return func(self._wrapped, *args)
AttributeError: 'StaticFilesStorage' object has no attribute 'preload_metadata'
|
Traceback (most recent call last):
File "manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 208, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/usr/local/lib/python3.5/site-packages/django/core/management/__init__.py", line 41, in load_command_class
return module.Command()
File "/usr/local/lib/python3.5/site-packages/collectfast/management/commands/collectstatic.py", line 35, in __init__
if self.storage.preload_metadata is not True:
File "/usr/local/lib/python3.5/site-packages/django/utils/functional.py", line 235, in inner
return func(self._wrapped, *args)
AttributeError: 'StaticFilesStorage' object has no attribute 'preload_metadata'
|
Usage:
run-script [options] [--] [<script>] [<args>]...
Arguments:
script Script name to run.
args
Options:
--timeout=TIMEOUT Sets script timeout in seconds, or 0 for never.
--dev Sets the dev mode.
--no-dev Disables the dev mode.
-l, --list List scripts.
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--profile Display timing and memory usage information
--no-plugins Whether to disable plugins.
-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
The run-script command runs scripts defined in composer.json:
php composer.phar run-script post-update-cmd
|
Usage:
run-script [options] [--] [<script>] [<args>]...
Arguments:
script Script name to run.
args
Options:
--timeout=TIMEOUT Sets script timeout in seconds, or 0 for never.
--dev Sets the dev mode.
--no-dev Disables the dev mode.
-l, --list List scripts.
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--profile Display timing and memory usage information
--no-plugins Whether to disable plugins.
-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
The run-script command runs scripts defined in composer.json:
php composer.phar run-script post-update-cmd
|
Failure/Error: before { get("/v3/repo/#{repo.id}/branch/master?include=branch.recent_builds") }
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column builds.[:repository_id, :name] does not exist
LINE 1: ... "builds" WHERE "builds"."repository_id" = $1 AND "builds"."...
^
: SELECT "builds".* FROM "builds" WHERE "builds"."repository_id" = $1 AND "builds"."[:repository_id, :name]" = 'master' AND "builds"."event_type" = $2 ORDER BY builds.id DESC LIMIT $3
# ./lib/travis/api/v3/renderer/branch.rb:8:in
|
Failure/Error: before { get("/v3/repo/#{repo.id}/branch/master?include=branch.recent_builds") }
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column builds.[:repository_id, :name] does not exist
LINE 1: ... "builds" WHERE "builds"."repository_id" = $1 AND "builds"."...
^
: SELECT "builds".* FROM "builds" WHERE "builds"."repository_id" = $1 AND "builds"."[:repository_id, :name]" = 'master' AND "builds"."event_type" = $2 ORDER BY builds.id DESC LIMIT $3
# ./lib/travis/api/v3/renderer/branch.rb:8:in `recent_builds'
# ./lib/travis/api/v3/model_renderer.rb:125:in `block in render'
# ...
|
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/data/home/username_0/.linuxbrew/Cellar/gdbm/1.15/share/locale\" -g -O2 -c -o gdbmreorg.lo gdbmreorg.c
gdbmopen.c:36:25: error: unknown type name 'blksize_t'
compute_directory_size (blksize_t block_size,
^
|
/bin/sh ../libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/data/home/username_0/.linuxbrew/Cellar/gdbm/1.15/share/locale\" -g -O2 -c -o gdbmreorg.lo gdbmreorg.c
gdbmopen.c:36:25: error: unknown type name 'blksize_t'
compute_directory_size (blksize_t block_size,
^
|
--- FAIL: TestTableCallbacks (10.02s)
table_test.go:46: Failed to get expected update callbacks on time
<APP> INFO 001 17:51:04.974 table.onFindReq ▶ Found <RN Id: hJ5yyQ8z. Ip:0.0.0.0:46888 DhtId: ed11f87a> in the routing table
<APP> INFO 002 17:51:04.974 table.onFindReq ▶ Found <RN Id: 2AYz8hcm. Ip:0.0.0.0:37923 DhtId: ca7a2960> in the routing table
<APP> INFO 003 17:51:04.974 table.onFindReq ▶ Found <RN Id: fJQMsQxE. Ip:0.0.0.0:10223 DhtId: 2619f675> in the routing table
<APP> INFO 004 17:51:04.974 table.onFindReq ▶ Found <RN Id: 22tsefyG. Ip:0.0.0.0:6092 DhtId: 6f7c31d3> in the routing table
<APP> INFO 005 17:51:04.974 table.onFindReq ▶ Found <RN Id: o9H8ZRK8. Ip:0.0.0.0:38269 DhtId: 22253ce1> in the routing table
FAIL
FAIL github.com/spacemeshos/go-spacemesh/p2p/dht/table/tests 10.614s
|
--- FAIL: TestTableCallbacks (10.02s)
table_test.go:46: Failed to get expected update callbacks on time
<APP> INFO 001 17:51:04.974 table.onFindReq ▶ Found <RN Id: hJ5yyQ8z. Ip:0.0.0.0:46888 DhtId: ed11f87a> in the routing table
<APP> INFO 002 17:51:04.974 table.onFindReq ▶ Found <RN Id: 2AYz8hcm. Ip:0.0.0.0:37923 DhtId: ca7a2960> in the routing table
<APP> INFO 003 17:51:04.974 table.onFindReq ▶ Found <RN Id: fJQMsQxE. Ip:0.0.0.0:10223 DhtId: 2619f675> in the routing table
<APP> INFO 004 17:51:04.974 table.onFindReq ▶ Found <RN Id: 22tsefyG. Ip:0.0.0.0:6092 DhtId: 6f7c31d3> in the routing table
<APP> INFO 005 17:51:04.974 table.onFindReq ▶ Found <RN Id: o9H8ZRK8. Ip:0.0.0.0:38269 DhtId: 22253ce1> in the routing table
FAIL
FAIL github.com/spacemeshos/go-spacemesh/p2p/dht/table/tests 10.614s
|
soundManager.onready(function () {
soundManager.createSound({
id: 'octopus_stream',
url: publics.player.streams.high,
onbufferchange: function () {
soundManager._writeDebug('Buffering ' + (this.isBuffering ? 'started' : 'stopped') + '.');
},
onerror: function (code, description) {
console.log(this.id + ' failed ?', code, description);
}
});
});
|
soundManager.onready(function () {
soundManager.createSound({
id: 'octopus_stream',
url: publics.player.streams.high,
onbufferchange: function () {
soundManager._writeDebug('Buffering ' + (this.isBuffering ? 'started' : 'stopped') + '.');
},
onerror: function (code, description) {
console.log(this.id + ' failed ?', code, description);
}
});
});
|
error[E0433]: failed to resolve. Use of undeclared type or module `HashSet`
--> src/main.rs:5:15
|
5 | let set = HashSet::new();
| ^^^^^^^ Use of undeclared type or module `HashSet`
|
System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'EDEngineer.Views.MainWindow' that matches the specified binding constraints threw an exception. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary
|
@ApiResponses(value = {
@ApiResponse(code = 401, message = "List of supported error codes:\r\n" + "- 40: Missing credentials\r\n"
+ "- 41: Invalid credentials", response = Error.class),
@ApiResponse(code = 400, message = "List of supported error codes:\r\n" + "- 25: Missing header\r\n"
+ "- 26: Invalid header value", response = Error.class),
@ApiResponse(code = 503, message = "List of supported error codes:\r\n"
+ "- 5: The service is temporarily unavailable", response = Error.class),
@ApiResponse(code = 500, message = "List of supported error codes:\r\n"
+ "- 1: Internal error", response = Error.class) })
|
...
@RequestMapping(value = "/api/carriers")
@Api(tags = { "carriers" }, value = "API root for carrier related functions.")
@io.swagger.annotations.ApiResponses(value = {
@ApiResponse(code = 400, message = "Invalid status value", response = void.class),
@ApiResponse(code = 500, message = "Internal server error", response = void.class) })
...
|
...
@RequestMapping(method = RequestMethod.POST)
@ApiOperation(value = "Creates a new carrier", notes = "", response = void.class)
@io.swagger.annotations.ApiResponses(value = {
@ApiResponse(code = 201, message = "successful operation", response = void.class),
@ApiResponse(code = 422, message = "validation failure", response = void.class),
@ApiResponse(code = 409, message = "uniqueness violation", response = void.class) })
public ResponseEntity<Void> postCarrier(
...
|
@ApiResponses(value = {
@ApiResponse(code = 401, message = "List of supported error codes:\r\n" + "- 40: Missing credentials\r\n"
+ "- 41: Invalid credentials", response = Error.class),
@ApiResponse(code = 400, message = "List of supported error codes:\r\n" + "- 25: Missing header\r\n"
+ "- 26: Invalid header value", response = Error.class),
@ApiResponse(code = 503, message = "List of supported error codes:\r\n"
+ "- 5: The service is temporarily unavailable", response = Error.class),
@ApiResponse(code = 500, message = "List of supported error codes:\r\n"
+ "- 1: Internal error", response = Error.class) })
|
...
@RequestMapping(value = "/api/carriers")
@Api(tags = { "carriers" }, value = "API root for carrier related functions.")
@io.swagger.annotations.ApiResponses(value = {
@ApiResponse(code = 400, message = "Invalid status value", response = void.class),
@ApiResponse(code = 500, message = "Internal server error", response = void.class) })
...
|
...
@RequestMapping(method = RequestMethod.POST)
@ApiOperation(value = "Creates a new carrier", notes = "", response = void.class)
@io.swagger.annotations.ApiResponses(value = {
@ApiResponse(code = 201, message = "successful operation", response = void.class),
@ApiResponse(code = 422, message = "validation failure", response = void.class),
@ApiResponse(code = 409, message = "uniqueness violation", response = void.class) })
public ResponseEntity<Void> postCarrier(
...
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
[Error - 09:20:41] Request textDocument/codeLens failed.
Message: Unable to find file c:/Develop/git/src/some_file.cpp
Code: -32603
|
ml2-2.6.32/debugXML.c -fPIC -DPIC -o .libs/debugXML.o
../libxml2-2.6.32/debugXML.c: In function 'xmlCtxtDumpSpaces':
../libxml2-2.6.32/debugXML.c:144:35: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(ctxt->output, &ctxt->shift[100 - 2 * ctxt->depth]);
^
../libxml2-2.6.32/debugXML.c:146:35: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(ctxt->output, ctxt->shift);
^
cc1: some warnings being treated as errors
|
gcc -DHAVE_CONFIG_H -I. -I../libxml2-2.6.32 -I./include -I../libxml2-2.6.32/include -D_REENTRANT -Wno-format-security -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT debugXML.lo -MD -MP -MF .deps/debugXML.Tpo -c ../libxml2-2.6.32/debugXML.c -fPIC -DPIC -o .libs/debugXML.o
|
ml2-2.6.32/debugXML.c -fPIC -DPIC -o .libs/debugXML.o
../libxml2-2.6.32/debugXML.c: In function 'xmlCtxtDumpSpaces':
../libxml2-2.6.32/debugXML.c:144:35: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(ctxt->output, &ctxt->shift[100 - 2 * ctxt->depth]);
^
../libxml2-2.6.32/debugXML.c:146:35: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(ctxt->output, ctxt->shift);
^
cc1: some warnings being treated as errors
|
gcc -DHAVE_CONFIG_H -I. -I../libxml2-2.6.32 -I./include -I../libxml2-2.6.32/include -D_REENTRANT -Wno-format-security -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT debugXML.lo -MD -MP -MF .deps/debugXML.Tpo -c ../libxml2-2.6.32/debugXML.c -fPIC -DPIC -o .libs/debugXML.o
|
Error: file.ts(6)
';' expected.
Error: file.ts(6)
Expression expected.
Error: file.ts(6)
Expression expected.
Error: file.ts(6)
Declaration or statement expected.
|
==> brew uses moc
.Error: Failed to import: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/linuxbrew/homebrew-xorg/Formula/mkfontdir.rb
Calling 'depends_on ... => :run' is deprecated!
There is no replacement.
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/linuxbrew/homebrew-xorg/Formula/mkfontdir.rb:17:in
|
==> brew uses moc
.Error: Failed to import: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/linuxbrew/homebrew-xorg/Formula/mkfontdir.rb
Calling 'depends_on ... => :run' is deprecated!
There is no replacement.
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/linuxbrew/homebrew-xorg/Formula/mkfontdir.rb:17:in `<class:Mkfontdir>'
Please report this to the linuxbrew/xorg tap!
Or, even better, submit a PR to fix it!
|
In file included from ./tm.h:23:0,
from ../../gcc/c-family/c-gimplify.c:29:
../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
|
Error: gcc 5.5.0 did not build
Logs:
/home/pi/.cache/Homebrew/Logs/gcc/02.make
/home/pi/.cache/Homebrew/Logs/gcc/01.configure.cc
/home/pi/.cache/Homebrew/Logs/gcc/01.configure
/home/pi/.cache/Homebrew/Logs/gcc/02.make.cc
/home/pi/.cache/Homebrew/Logs/gcc/00.options.out
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
|
In file included from ./tm.h:23:0,
from ../../gcc/c-family/c-gimplify.c:29:
../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
|
Error: gcc 5.5.0 did not build
Logs:
/home/pi/.cache/Homebrew/Logs/gcc/02.make
/home/pi/.cache/Homebrew/Logs/gcc/01.configure.cc
/home/pi/.cache/Homebrew/Logs/gcc/01.configure
/home/pi/.cache/Homebrew/Logs/gcc/02.make.cc
/home/pi/.cache/Homebrew/Logs/gcc/00.options.out
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
|
Obtaining file:///home/anubis/git/evernote-sdk-python/src/evernote-sdk-python-1.28
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/anubis/git/evernote-sdk-python/src/evernote-sdk-python-1.28/setup.py", line 22
packages=find_packages('lib',exclude=["*.thrift", "*.thrift.*", "thrift.*", "thrift"]),
SyntaxError: keyword argument repeated
|
Obtaining file:///home/anubis/git/evernote-sdk-python/src/evernote-sdk-python-1.28
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/anubis/git/evernote-sdk-python/src/evernote-sdk-python-1.28/setup.py", line 22
packages=find_packages('lib',exclude=["*.thrift", "*.thrift.*", "thrift.*", "thrift"]),
SyntaxError: keyword argument repeated
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.