Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add DCD as lib interface #777

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ryuukk
Copy link
Contributor

@ryuukk ryuukk commented Jul 10, 2024

This allows using DCD as a library, useful for making tooling

I have a proof of concept of a simple LSP that uses DCD as a library, making its lifecycle much simpler, no need to spawn/track bunch of processes

This is just a draft for now, i'm seeking feedback/opinions

Copy link

github-actions bot commented Jul 10, 2024

DCD BUILD FAILED
DCD BUILD FAILED
❌ Basic dub build failed! Please check your changes again.

Build statistics:

 statistics (-before, +after)
 client size=1079792 bin/dcd-client
-server size=3108616 bin/dcd-server
-rough build time=60s
+server size=
+rough build time=51s
 
-DCD run_tests.sh 	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:07.88
-DCD run_tests.sh 	Maximum resident set size (kbytes): 37244
+DCD run_tests.sh 	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
+DCD run_tests.sh 	Maximum resident set size (kbytes): 768
 
-short requests: (240x)
-    min request time =     0.012ms
-    10th percentile  =     0.152ms
-    median time      =     0.363ms
-    90th percentile  =     0.620ms
-    max request time =     1.508ms
 
-long requests over 10ms: (51x)
-    min request time =    11.632ms
-    10th percentile  =    12.840ms
-    median time      =    14.521ms
-    90th percentile  =    16.329ms
-    max request time =    23.446ms
 
 top 5 GC sources in server:
Full build output
DUB version 1.38.0, built on Jul  4 2024
LDC - the LLVM D compiler (1.39.0):
  based on DMD v2.109.1 and LLVM 18.1.6
  built with LDC - the LLVM D compiler (1.39.0)
  Default target: x86_64-unknown-linux-gnu
  Host CPU: znver3
  http://dlang.org - http://wiki.dlang.org/LDC


  Registered Targets:
    aarch64     - AArch64 (little endian)
    aarch64_32  - AArch64 (little endian ILP32)
    aarch64_be  - AArch64 (big endian)
    amdgcn      - AMD GCN GPUs
    arm         - ARM
    arm64       - ARM64 (little endian)
    arm64_32    - ARM64 (little endian ILP32)
    armeb       - ARM (big endian)
    avr         - Atmel AVR Microcontroller
    bpf         - BPF (host endian)
    bpfeb       - BPF (big endian)
    bpfel       - BPF (little endian)
    hexagon     - Hexagon
    lanai       - Lanai
    loongarch32 - 32-bit LoongArch
    loongarch64 - 64-bit LoongArch
    mips        - MIPS (32-bit big endian)
    mips64      - MIPS (64-bit big endian)
    mips64el    - MIPS (64-bit little endian)
    mipsel      - MIPS (32-bit little endian)
    msp430      - MSP430 [experimental]
    nvptx       - NVIDIA PTX 32-bit
    nvptx64     - NVIDIA PTX 64-bit
    ppc32       - PowerPC 32
    ppc32le     - PowerPC 32 LE
    ppc64       - PowerPC 64
    ppc64le     - PowerPC 64 LE
    r600        - AMD GPUs HD2XXX-HD6XXX
    riscv32     - 32-bit RISC-V
    riscv64     - 64-bit RISC-V
    sparc       - Sparc
    sparcel     - Sparc LE
    sparcv9     - Sparc V9
    spirv       - SPIR-V Logical
    spirv32     - SPIR-V 32-bit
    spirv64     - SPIR-V 64-bit
    systemz     - SystemZ
    thumb       - Thumb
    thumbeb     - Thumb (big endian)
    ve          - VE
    wasm32      - WebAssembly 32-bit
    wasm64      - WebAssembly 64-bit
    x86         - 32-bit X86: Pentium-Pro and above
    x86-64      - 64-bit X86: EM64T and AMD64
    xcore       - XCore
   Upgrading project in /home/runner/work/DCD/DCD/
             Not upgrading sub package in dsymbol
             Not upgrading sub package in common
             
Note: specify -s to also upgrade sub packages.
     Warning Warning: License in sub-package dcd:dsymbol is different than its parent package, this is discouraged.
     Warning Invalid source/import path: /home/runner/work/DCD/DCD/bin
    Starting Performing "release" build using ldc2 for x86_64.
    Building msgpack-d 1.0.4: building configuration [default]
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
    Building dcd:common 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
   Pre-build Running commands
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
    Building emsi_containers 0.9.0: building configuration [library]
    Building libdparse 0.23.0: building configuration [library]
../../../.dub/packages/libdparse/0.23.0/libdparse/src/dparse/lexer.d(158,23): Deprecation: cast from `const(string)` to `string` cannot be used as an lvalue in @safe code
../../../.dub/packages/libdparse/0.23.0/libdparse/src/dparse/lexer.d(150,23): Deprecation: cast from `const(string)` to `string` cannot be used as an lvalue in @safe code
    Building dcd:dsymbol 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
    Building dcd 0.16.0-beta.2+commit.21.gadc356c: building configuration [client]
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
     Linking dcd-client
     Warning Warning: License in sub-package dcd:dsymbol is different than its parent package, this is discouraged.
    Starting Performing "release" build using ldc2 for x86_64.
    Building msgpack-d 1.0.4: building configuration [default]
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
    Building dcd:common 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
   Pre-build Running commands
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
    Building emsi_containers 0.9.0: building configuration [library]
    Building libdparse 0.23.0: building configuration [library]
../../../.dub/packages/libdparse/0.23.0/libdparse/src/dparse/lexer.d(158,23): Deprecation: cast from `const(string)` to `string` cannot be used as an lvalue in @safe code
../../../.dub/packages/libdparse/0.23.0/libdparse/src/dparse/lexer.d(150,23): Deprecation: cast from `const(string)` to `string` cannot be used as an lvalue in @safe code
    Building dcd:dsymbol 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
    Building dcd 0.16.0-beta.2+commit.21.gadc356c: building configuration [server]
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
src/dcd/server/lib.d(107,15): Error: no property `location_end` for `it` of type `dsymbol.symbol.DSymbol*`
src/dcd/server/lib.d(110,31): Error: no property `location_end` for `it` of type `dsymbol.symbol.DSymbol*`
Error ldc2 failed with exit code 1.
DCD BUILD FAILED
STAT:statistics (-before, +after)
STAT:client size=1079792 bin/dcd-client
STAT:server size=
STAT:rough build time=51s
STAT:
Shutting down currently-running server...
Running tests for unix sockets
Starting server...
Server isn't up yet. Sleeping for 1s
Server isn't up yet. Sleeping for 2s
Server isn't up yet. Sleeping for 4s
Server isn't up yet. Sleeping for 8s
Server isn't up yet. Sleeping for 16s
�[33munix:tc001:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc002:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc003:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc004:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 69%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc005:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc006:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 69%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc007:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc008:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc009:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc010:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc011:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc012:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc013:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc014:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc015:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc016:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc017:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc018:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc019:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc020:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc021:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc022:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc023:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc024:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc025:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc026:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc027:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc028:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc029:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc030:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 67%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc031:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
0a1
> /imports/std/stdio.d	0
�[33munix:tc032:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 71%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
0a1,5
> stdin	5
> 5
> 21
> 27
> 33
�[33munix:tc033:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
0a1,3
> /imports/object.d	22
> 0
> 12
�[33munix:tc034:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 68%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
0a1
> 00000
\ No newline at end of file
�[33munix:tc035:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc036:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc037:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc038:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 69%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc039:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc040:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc041:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc042:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc043:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc044:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc045:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc046:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc047:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc048:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc049:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc050:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc051:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc052:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 69%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc053:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc054:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc055:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc056:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc057:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc058:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc059:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc060:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc061:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc062:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc620:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc717:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_access_modifiers:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_accesschain_type:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_anon_class:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_anon_struct:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_bang_op_or_template:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_base_template_type:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_body_var:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_calltip_in_func:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_casts:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_char_dot:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_complete_kw:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ctors:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_currmod_fqn:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ditto_scopes:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_empty_module:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_empty_requests:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 68%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_erroneous_body_content:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_extended_ditto:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 76%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_extended_types:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 69%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_if_auto_array:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_if_var:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 66%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 1
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_import_symbol_list:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_incomplete_switch:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_inlay_hints:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_issue558:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_locate_ufcs_function:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_middle_of_utf:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_module_scope_op:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_named_mixin:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_opaque_structs:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_pointer_type_printing:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_pointers:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
import: /home/runner/work/DCD/DCD/tests/tc_recursive_public_import/testing
�[33munix:tc_recursive_public_import:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_rm_import:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_scope_mess:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 70%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_selective_import_list:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_super_scope:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_template_bang_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_template_param_props:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_traits:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_typeof:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 75%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_alias_this_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 28
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_array_type_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_calltip_in_func:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_fundamental_types_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 72%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_pointer_type_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_string_and_string_literal_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_struct_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 73%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
Total incompatible type combinations: 9946
�[33munix:extra/tc_ufcs_all_kinds/:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
Restarting server...
Shutting down server...
�[31m0 tests passed and 113 failed.�[0m
�[31mSTDERR:�[0m
/usr/bin/time: cannot run ../bin/dcd-server: No such file or directory
Command exited with non-zero status 127
	Command being timed: "../bin/dcd-server  --ignoreConfig -I /home/runner/work/DCD/DCD/tests/imports"
	User time (seconds): 0.00
	System time (seconds): 0.00
	Percent of CPU this job got: 74%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 768
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 29
	Voluntary context switches: 1
	Involuntary context switches: 0
	Swaps: 0
	File system inputs: 0
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 127
�[31mSTDOUT:�[0m
STAT:DCD run_tests.sh 	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00
STAT:DCD run_tests.sh 	Maximum resident set size (kbytes): 768
STAT:
STAT:
STAT:
     Warning Warning: License in sub-package dcd:dsymbol is different than its parent package, this is discouraged.
    Starting Performing "profile-gc" build using dmd for x86_64.
  Up-to-date msgpack-d 1.0.4: target for configuration [default] is up to date.
    Building dcd:common 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
   Pre-build Running commands
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
  Up-to-date emsi_containers 0.9.0: target for configuration [library] is up to date.
  Up-to-date libdparse 0.23.0: target for configuration [library] is up to date.
    Building dcd:dsymbol 0.16.0-beta.2+commit.21.gadc356c: building configuration [library]
    Building dcd 0.16.0-beta.2+commit.21.gadc356c: building configuration [server]
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated
../../../.dub/packages/msgpack-d/1.0.4/msgpack-d/src/msgpack/unpacker.d(18,26):        parameter `__anonymous_param` declared as `in` here
src/dcd/server/lib.d(107,15): Error: no property `location_end` for `it` of type `dsymbol.symbol.DSymbol*`
src/dcd/server/lib.d(110,31): Error: no property `location_end` for `it` of type `dsymbol.symbol.DSymbol*`
Error dmd failed with exit code 1.
DCD BUILD FAILED
Shutting down currently-running server...
Running tests for unix sockets
Starting server...
Server isn't up yet. Sleeping for 1s
Server isn't up yet. Sleeping for 2s
Server isn't up yet. Sleeping for 4s
Server isn't up yet. Sleeping for 8s
Server isn't up yet. Sleeping for 16s
�[33munix:tc001:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc002:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc003:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc004:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc005:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc006:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc007:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc008:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc009:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc010:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc011:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc012:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc013:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc014:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc015:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc016:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc017:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc018:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc019:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc020:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc021:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc022:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc023:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc024:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc025:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc026:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc027:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc028:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc029:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc030:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc031:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
0a1
> /imports/std/stdio.d	0
�[33munix:tc032:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
0a1,5
> stdin	5
> 5
> 21
> 27
> 33
�[33munix:tc033:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
0a1,3
> /imports/object.d	22
> 0
> 12
�[33munix:tc034:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
0a1
> 00000
\ No newline at end of file
�[33munix:tc035:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc036:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc037:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc038:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc039:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc040:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc041:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc042:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc043:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc044:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc045:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc046:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc047:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc048:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc049:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc050:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc051:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc052:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc053:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc054:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc055:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc056:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc057:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc058:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc059:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc060:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc061:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc062:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc620:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc717:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_access_modifiers:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_accesschain_type:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_anon_class:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_anon_struct:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_bang_op_or_template:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_base_template_type:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_body_var:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_calltip_in_func:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_casts:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_char_dot:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_complete_kw:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ctors:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_currmod_fqn:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ditto_scopes:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_empty_module:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_empty_requests:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_erroneous_body_content:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_extended_ditto:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_extended_types:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_if_auto_array:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_if_var:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_import_symbol_list:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_incomplete_switch:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_inlay_hints:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_issue558:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_locate_ufcs_function:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_middle_of_utf:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_module_scope_op:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_named_mixin:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_opaque_structs:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_pointer_type_printing:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_pointers:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
import: /home/runner/work/DCD/DCD/tests/tc_recursive_public_import/testing
�[33munix:tc_recursive_public_import:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_rm_import:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_scope_mess:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_selective_import_list:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_super_scope:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_template_bang_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_template_param_props:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_traits:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_typeof:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_alias_this_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_array_type_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_calltip_in_func:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_fundamental_types_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_pointer_type_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_string_and_string_literal_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
�[33munix:tc_ufcs_struct_completion:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
Total incompatible type combinations: 9946
�[33munix:extra/tc_ufcs_all_kinds/:�[0m ... �[31mFail�[0m
Server no longer running.
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
Restarting server...
Shutting down server...
�[31m0 tests passed and 113 failed.�[0m
�[31mSTDERR:�[0m
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory
�[31mSTDOUT:�[0m
STAT:top 5 GC sources in server:
Missing profilegc.log file!
Tail for stderr.txt:
./run_tests.sh: line 69: ../bin/dcd-server: No such file or directory

@ryuukk
Copy link
Contributor Author

ryuukk commented Jul 10, 2024

Build fail because i have introduced a new field to DSymbol: location_end, to keep track of scopes, making it easier to implement sticky scroll / outline features

I'll send a separate PR for that

image

@rikkimax
Copy link
Contributor

rikkimax commented Jul 10, 2024 via email

@ryuukk
Copy link
Contributor Author

ryuukk commented Jul 10, 2024

No this is just bad, you still need to spawn dcd-server, and you still need to spawn dcd-client for every requests, this is both slow and complex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants