Skip to content

Instantly share code, notes, and snippets.

View AndreasAakesson's full-sized avatar

Andreas Åkesson AndreasAakesson

View GitHub Profile
36:12.809 Library Status changed! "7de63510-9717-4a97-9ded-fcc6396344c4" (onEntryStatusChanged(const QString&) ../src/library/library.cpp:1003)
36:12.810 Collection onChildChanged "2315404f-7f97-41f2-a861-061a9eea0533" (onChildChanged() ../src/library/collection.cpp:48)
36:12.826 Collection Collection status "7de63510-9717-4a97-9ded-fcc6396344c4" cached QFlags<Entry::Status>(Unknown) (status() const ../src/library/collection.cpp:70)
36:12.827 Entry Entry "7de63510-9717-4a97-9ded-fcc6396344c4" status; uploading true (status() const ../src/library/entry.cpp:549)
36:12.828 Collection New cached status for "7de63510-9717-4a97-9ded-fcc6396344c4" QFlags<Entry::Status>(Uploading) (status() const ../src/library/collection.cpp:96)
36:12.829 Collection Collection status "7de63510-9717-4a97-9ded-fcc6396344c4" cached QFlags<Entry::Status>(Uploading) (status() const ../src/library/collection.cpp:70)
36:12.832 Collection
This file has been truncated, but you can view the full file.
$ make
( test -e Makefile.unittests-lib || /Users/andreas/Qt/5.11.3/clang_64/bin/qmake -o Makefile.unittests-lib /Users/andreas/dev/remarkable/xochitl/unittests/unittests-lib.pro -config debug -after CONFIG-=silent ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.unittests-lib
Project MESSAGE: qsgepaper configured for desktop.
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
[2018-12-18T15:08:34Z] Win update: 0 => 201728
[2018-12-18T15:08:35Z] <TCP::Connection::on_dup_ack> Dup ACK == 3 - UNA=2009240883 recover=2009617363
[2018-12-18T15:08:35Z] <TCP::Connection::fast_retransmit> Fast retransmit initiated.
[2018-12-18T15:08:35Z] <TCP::Connection::reduce_ssthresh> Slow start threshold reduced: 188228
[2018-12-18T15:08:35Z] <Connection::retransmit> With data (wq.sz=62) buf.size=262144 buf.unacked=18768 SND.WND=3144704 CWND=375554
[2018-12-18T15:08:35Z] <Connection::retransmit> With data (wq.sz=66) buf.size=262144 buf.unacked=17320 SND.WND=3143296 CWND=559080
[2018-12-18T15:08:35Z] <TCP::Connection::on_dup_ack> Dup ACK == 3 - UNA=2009242331 recover=2009620259
[2018-12-18T15:08:35Z] <TCP::Connection::fast_retransmit> Fast retransmit initiated.
[2018-12-18T15:08:35Z] <TCP::Connection::reduce_ssthresh> Slow start threshold reduced: 279452
[2018-12-18T15:08:35Z] <Connection::retransmit> With data (wq.sz=66) buf.size=262144 buf.unacked=17320 SND.WND=3143296 CWND=559080
3279754 1954.609837954 10.100.0.140 ? 10.100.0.150 TCP 78 [TCP Dup ACK 3279753#1] 53868 ? 8080 [ACK] Seq=154 Ack=134309241 Win=6449920 Len=0 TSval=1545043391 TSecr=2336680140 SLE=134504721 SRE=134509065
3279755 1954.609840299 10.100.0.140 ? 10.100.0.150 TCP 78 [TCP Dup ACK 3279753#2] 53868 ? 8080 [ACK] Seq=154 Ack=134309241 Win=6449920 Len=0 TSval=1545043391 TSecr=2336680140 SLE=134504721 SRE=134511961
3279756 1954.609851314 10.100.0.150 ? 10.100.0.140 TCP 65226 8080 ? 53868 [ACK] Seq=135547281 Ack=154 Win=30080 Len=65160 TSval=2336680141 TSecr=1545043391
3279757 1954.609902195 10.100.0.150 ? 10.100.0.140 TCP 65226 8080 ? 53868 [ACK] Seq=135612441 Ack=154 Win=30080 Len=65160 TSval=2336680141 TSecr=1545043391
3279758 1954.609920773 10.100.0.150 ? 10.100.0.140 TCP 65226 8080 ? 53868 [ACK] Seq=135677601 Ack=154 Win=30080 Len=65160 TSval=2336680141 TSecr=1545043391
3279759 1954.610092688 10.100.0.140 ? 10.100.0.150 TCP 78 [TCP Dup ACK 3279753#3] 53868 ? 8080 [ACK] Seq=154 Ack=134309241 Win=6449920 Len=0 TSval=154
In file included from /Users/andreas/dev/IncludeOS/test/../api/net/inet_common.hpp:28,
from /Users/andreas/dev/IncludeOS/test/../api/hw/nic.hpp:23,
from /Users/andreas/dev/IncludeOS/test/../api/hw/devices.hpp:22,
from /Users/andreas/dev/IncludeOS/test/../api/os:23,
from /Users/andreas/dev/IncludeOS/src/arch/x86_64/paging.cpp:17:
/Users/andreas/dev/IncludeOS/test/../api/net/socket.hpp: In member function 'net::Quadruple& net::Quadruple::swap()':
/Users/andreas/dev/IncludeOS/test/../api/net/socket.hpp:183:23: error: no matching function for call to 'swap(net::Socket&, net::Socket&)'
std::swap(src, dst);
^
In file included from /usr/local/Cellar/gcc/8.1.0/include/c++/8.1.0/bits/nested_exception.h:40,
@AndreasAakesson
AndreasAakesson / difference.txt
Created May 23, 2018 07:50
Constructing Fixed_list on GCC vs CLANG
GCC
Fixed_storage<5Block, 10000, 8> aligned_size: 8
Fixed_list_alloc<5Block, 10000, 8>
Fixed_storage<St10_List_nodeI5BlockE, 10000, 8> aligned_size: 24
Fixed_list_alloc<St10_List_nodeI5BlockE, 10000, 8>(16Fixed_list_allocI5BlockLm10000ELm8EE)
Fixed_storage<St10_List_nodeI5BlockE, 10000, 8> aligned_size: 24
Fixed_list_alloc<St10_List_nodeI5BlockE, 10000, 8> (MOVE)
~Fixed_list_alloc<St10_List_nodeI5BlockE, 10000, 8>
~Fixed_storage<St10_List_nodeI5BlockE, 10000, 8> aligned_size: 24
~Fixed_list_alloc<5Block, 10000, 8>
clang version 5.0.0 (tags/RELEASE_500/final)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /usr/local/opt/llvm@5/bin
"/usr/local/Cellar/llvm/5.0.0/bin/clang-5.0" -cc1 -triple x86_64-apple-macosx10.12.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name paging.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-cpu haswell -target-feature +sse2 -target-feature +cx16 -target-feature -tbm -target-feature -avx512ifma -target-feature -avx512dq -target-feature -fma4 -target-feature -prfchw -target-feature +bmi2 -target-feature -xsavec -target-feature +fsgsbase -target-feature +popcnt -target-feature +aes -target-feature -xsaves -target-feature -avx512er -target-feature -avx512vpopcntdq -target-feature -clwb -target-feature -avx512f -target-feature -clzero -target-feature -pku -target-feature +mmx -target-fea
08:37:59 <vm> /home/ubuntu/workspace/workspace/pull_build/src/net/tcp/connection.cpp:722:recv_data Ensures failed: recv == length
08:37:59 <vm>
08:37:59 <vm> >>>> !!! CPU 0 EXCEPTION !!! <<<<
08:37:59 <vm> Page Fault (14) EIP 0x224483 CODE 0
08:37:59 <vm> Page not present, trying to access 0x0
08:37:59 <vm> Page read failed.
08:37:59 <vm>
08:37:59 <vm> RAX: 0000000000000000 R 8: 0000000000000000
08:37:59 <vm> RBX: 0000000000000000 R 9: 000000000100000a
08:37:59 <vm> RCX: 000000000100000a R10: 0000000000000001
12:06:45 * acorn [ FAIL ]
12:06:45 Cloning into 'bucket'...
12:06:45 Already on 'master'
12:06:45 /home/ubuntu/workspace/workspace/pr_misc/examples/acorn/fs/acorn_fs.cpp:59:30: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
12:06:45 printf("\n%u %s, %u %s\n", dir_count, "directories", file_count, "files");
12:06:45 ~~ ^~~~~~~~~
12:06:45 %zu
12:06:45 /home/ubuntu/workspace/workspace/pr_misc/examples/acorn/fs/acorn_fs.cpp:59:56: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
12:06:45 printf("\n%u %s, %u %s\n", dir_count, "directories", file_count, "files");
12:06:45 ~~ ^~~~~~~~~~
$ pip install --user psutil
Collecting psutil
Using cached psutil-5.4.1.tar.gz
Building wheels for collected packages: psutil
Running setup.py bdist_wheel for psutil ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/6y/yq83hg8948sf7zdg_kvcdr6w0000gn/T/pip-build-wssQ7e/psutil/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /var/folders/6y/yq83hg8948sf7zdg_kvcdr6w0000gn/T/tmpZ2ddyfpip-wheel- --python-tag cp27:
running bdist_wheel
running build
running build_py
creating build