Skip to content

Instantly share code, notes, and snippets.

@emlyn

emlyn/daemon.log Secret

Created January 27, 2022 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emlyn/e2fc7f0b2a44301e0f07eb6fbbba85cf to your computer and use it in GitHub Desktop.
Save emlyn/e2fc7f0b2a44301e0f07eb6fbbba85cf to your computer and use it in GitHub Desktop.
Sonic Pi logs
[2022-01-27 13:49:42] Welcome to the Daemon Booter
[2022-01-27 13:49:42] checked port 38301, #<UDPSocket:0x000000012c954868>
[2022-01-27 13:49:42] checked port 38302, #<UDPSocket:0x000000012c954638>
[2022-01-27 13:49:42] checked port 38303, #<UDPSocket:0x000000012c954430>
[2022-01-27 13:49:42] checked port 4560, #<UDPSocket:0x000000012c954228>
[2022-01-27 13:49:42] checked port 38304, #<UDPSocket:0x000000012c954020>
[2022-01-27 13:49:42] checked port 38305, #<UDPSocket:0x000000012c95bdc0>
[2022-01-27 13:49:42] checked port 38306, #<UDPSocket:0x000000012c95bbb8>
[2022-01-27 13:49:42] checked port 38307, #<UDPSocket:0x000000012c95b9b0>
[2022-01-27 13:49:42] checked port 38308, #<UDPSocket:0x000000012c95b7a8>
[2022-01-27 13:49:42] checked port 38309, #<UDPSocket:0x000000012c95b5a0>
[2022-01-27 13:49:42] checked port 38310, #<UDPSocket:0x000000012c95b398>
[2022-01-27 13:49:42] Selected ports:
[2022-01-27 13:49:42] {"spider-listen-to-gui"=>38301, "gui-send-to-spider"=>38301, "gui-listen-to-spider"=>38302, "spider-send-to-gui"=>38302, "scsynth"=>38303, "scsynth-send"=>38303, "osc-cues"=>4560, "tau"=>38304, "spider"=>38305, "phx"=>38306, "gui-keep-alive"=>38307, "tau-keep-alive"=>38308, "spider-listen-to-tau"=>38309, "daemon-listen-to-tau"=>38310}
[2022-01-27 13:49:42] Setting up zombie kill switch for gui-keep-alive listening on port 38307
[2022-01-27 13:49:42] Setting up zombie kill switch for tau-keep-alive listening on port 38308
[2022-01-27 13:49:42] Booting Tau
[2022-01-27 13:49:42] fetching toml opts
[2022-01-27 13:49:42] Daemon listening to info from Tau on port 38310
[2022-01-27 13:49:42] Process Booter - booting sh with args ["/Applications/Sonic Pi dev.app/Contents/Resources/app/server/beam/tau/boot-mac.sh", "true", "false", "true", "true", "4560", "38304", "38309", "38310", "38308", "/Users/emcorrin/.sonic-pi/log/tau.log", "true", "true", "38306", "o3W5t0OvyzTafrylxURYe2Q4+pBfigMCEVuY+blbFqSdeWT2axihxKuK5jUUXz2N345CN2ZAgh6sz/yerD6xgg==", "prod"]
[2022-01-27 13:49:42] sh /Applications/Sonic Pi dev.app/Contents/Resources/app/server/beam/tau/boot-mac.sh true false true true 4560 38304 38309 38310 38308 /Users/emcorrin/.sonic-pi/log/tau.log true true 38306 o3W5t0OvyzTafrylxURYe2Q4+pBfigMCEVuY+blbFqSdeWT2axihxKuK5jUUXz2N345CN2ZAgh6sz/yerD6xgg== prod
[2022-01-27 13:49:42] Booting Scsynth
[2022-01-27 13:49:42] Process Booter - booting /Applications/Sonic Pi dev.app/Contents/Resources/app/server/native/scsynth with args ["-u", "38303", "-a", "1024", "-m", "131072", "-D", "0", "-R", "0", "-l", "1", "-i", "16", "-o", "16", "-b", "4096", "-B", "127.0.0.1"]
[2022-01-27 13:49:42] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 49426, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:42] /Applications/Sonic Pi dev.app/Contents/Resources/app/server/native/scsynth -u 38303 -a 1024 -m 131072 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1
[2022-01-27 13:49:42] Booting Spider Server
[2022-01-27 13:49:42] Process Booter - booting /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby with args ["--enable-frozen-string-literal", "-E", "utf-8", "/Applications/Sonic Pi dev.app/Contents/Resources/app/server/ruby/bin/sonic-pi-server.rb", "-u", "38301", "38302", "38303", "38303", "4560", "38304", "38309"]
[2022-01-27 13:49:42] /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby --enable-frozen-string-literal -E utf-8 /Applications/Sonic Pi dev.app/Contents/Resources/app/server/ruby/bin/sonic-pi-server.rb -u 38301 38302 38303 38303 4560 38304 38309
[2022-01-27 13:49:42] Waiting for processes to complete....
[2022-01-27 13:49:43] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:43] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:43] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:44] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:44] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:45] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:45] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:46] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 63280, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:46] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:46] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:47] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:47] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:47] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:48] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:48] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:49] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:49] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:50] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 58359, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:50] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:50] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:51] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:51] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:51] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:52] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:52] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:53] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:53] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:54] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 62387, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:54] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:54] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:55] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:55] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:55] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:56] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:56] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:57] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:57] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:58] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 54958, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:58] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:58] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:59] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:49:59] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:49:59] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:00] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:00] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:01] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:01] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:02] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 53548, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:02] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:02] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:03] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:03] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:03] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:05] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:05] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:06] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:06] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:06] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 57152, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:07] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:07] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:07] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:08] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:08] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:09] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:09] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:10] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:10] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:10] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 58313, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:11] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:11] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:11] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:12] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:12] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:13] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:13] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:14] Daemon received Pid data from Tau: [59068]
[2022-01-27 13:50:14] Daemon received UDP data from Tau: ["/tau/pid", [59068], ["AF_INET", 59448, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:14] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59660, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:15] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:18] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 53192, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:19] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:22] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 65201, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:23] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:26] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 61752, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:27] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:30] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 57541, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:31] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:34] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 64017, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:35] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:38] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 57970, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:39] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:42] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 56560, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:43] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:46] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 64353, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:47] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:50] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 55858, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:51] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:54] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 58209, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:55] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:58] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 65273, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:50:59] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:02] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 54246, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:03] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:06] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 64351, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:07] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:10] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 54725, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:11] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:14] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 55620, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:16] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:18] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 51512, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:20] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:22] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 62059, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:24] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:26] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 52267, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:28] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:30] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 50055, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:32] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:34] Kill switch #38307 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 56367, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:36] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:40] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:44] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:48] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:52] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:51:56] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:52:00] Kill switch #38308 Received UDP data ["/daemon/keep-alive", [], ["AF_INET", 59251, "127.0.0.1", "127.0.0.1"]]
[2022-01-27 13:52:02] Kill switch for port 38307 triggered. Exiting...
[2022-01-27 13:52:02] Daemon Booter is now exiting.
[2022-01-27 13:52:02] Cleaning up any running processes...
[2022-01-27 13:52:02] Process Booter - killing /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby with pid 59067 and args ["--enable-frozen-string-literal", "-E", "utf-8", "/Applications/Sonic Pi dev.app/Contents/Resources/app/server/ruby/bin/sonic-pi-server.rb", "-u", "38301", "38302", "38303", "38303", "4560", "38304", "38309"], wait_thr status: #<Process::Waiter:0x000000012c98aee0 sleep>, sleep
[2022-01-27 13:52:02] Process Booter - killing /Applications/Sonic Pi dev.app/Contents/Resources/app/server/native/scsynth with pid 59065 and args ["-u", "38303", "-a", "1024", "-m", "131072", "-D", "0", "-R", "0", "-l", "1", "-i", "16", "-o", "16", "-b", "4096", "-B", "127.0.0.1"], wait_thr status: #<Process::Waiter:0x000000012c978a60 sleep>, sleep
[2022-01-27 13:52:02] Killing Tau with pid 59068
[2022-01-27 13:52:02] Sending TERM kill command to 59067
[2022-01-27 13:52:02] Process 59067 still running, waiting for it to finish... [5]
[2022-01-27 13:52:02] Sending TERM kill command to 59065
[2022-01-27 13:52:02] Process 59065 still running, waiting for it to finish... [5]
[2022-01-27 13:52:02] Tau process has completed
[2022-01-27 13:52:02] Process Booter - killing sh with pid 59068 and args ["/Applications/Sonic Pi dev.app/Contents/Resources/app/server/beam/tau/boot-mac.sh", "true", "false", "true", "true", "4560", "38304", "38309", "38310", "38308", "/Users/emcorrin/.sonic-pi/log/tau.log", "true", "true", "38306", "o3W5t0OvyzTafrylxURYe2Q4+pBfigMCEVuY+blbFqSdeWT2axihxKuK5jUUXz2N345CN2ZAgh6sz/yerD6xgg==", "prod"], wait_thr status: #<Process::Waiter:0x000000012c97b210 sleep>, sleep
[2022-01-27 13:52:02] Sending TERM kill command to 59068
[2022-01-27 13:52:02] Process 59068 still running, waiting for it to finish... [5]
[2022-01-27 13:52:02] Scsynth process has completed
[2022-01-27 13:52:02] Spider Server process has completed
[2022-01-27 13:52:03] Process 59067 terminated
[2022-01-27 13:52:03] Process 59065 terminated
[2022-01-27 13:52:03] Process 59068 still running, waiting for it to finish... [4]
[2022-01-27 13:52:04] Process 59068 still running, waiting for it to finish... [3]
[2022-01-27 13:52:05] Process 59068 still running, waiting for it to finish... [2]
[2022-01-27 13:52:06] Process 59068 still running, waiting for it to finish... [1]
[2022-01-27 13:52:07] Process 59068 still running, waiting for it to finish... [0]
[2022-01-27 13:52:08] Sending KILL kill command to 59068
[2022-01-27 13:52:08] Process 59068 still running, waiting for it to finish... [5]
[2022-01-27 13:52:09] Process 59068 terminated
[2022-01-27 13:52:09] Daemon Booter - Over and Out.
[API] [INFO ] : daemon_stdout: 38307
[API] [INFO ] : daemon_stdout: 38302
[API] [INFO ] : daemon_stdout: 38301
[API] [INFO ] : daemon_stdout: 38303
[API] [INFO ] : daemon_stdout: 4560
[API] [INFO ] : daemon_stdout: 38306
[API] [INFO ] : daemon_stdout: tnrZUAOtxwJhoKTUoHB5gdeJu2MCV59bFooMBt7hDueCNyL249RG1fLCcicGC3mBmGs04lu+iY0yJTocy38TBQ==
[API] [INFO ] : Setting up Boot Daemon keep alive loop
[API] [INFO ] : API Init Started...
[API] [INFO ] : API State set to: Initializing...
[API] [INFO ] : Going to start pinging server...
[API] [INFO ] : Starting UDP OSC Server on port 38302...
[API] [INFO ] : UDP OSC Server ready and listening
[API] [INFO ] : Pinging Spider Server until a response is received...
[API] [INFO ] : Waiting for Sonic Pi Spider Server to respond...
[GUI] [i18n] - Looping through preferred ui languages
[GUI] - Language setting: system_language
[GUI] - System language: en_GB
[GUI] [i18n] - Looping through preferred ui languages
[GUI] - Using language: en_GB
[GUI] [i18n] - Loading translations for en_GB
[GUI] - translations available
[GUI] - hiding main window
[GUI] - initialising toolbar icons
[GUI] - setting up window structure
[Debug] Adding language combo box entries...
2
[Debug] Adding language system_language to the combo box
[Debug] Adding language en_GB to the combo box
[GUI] [i18n] - Warning: Predefined language name not found: 'en_Latn_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_Latn_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_ES'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_Latn_ES'
[GUI] - restoring scope states
[GUI] - creating status bar
[GUI] - creating info panel
[GUI] - creating shortcuts
[GUI] - creating tool bar
[GUI] - initialising documentation window
[API] [ERROR] : Waiting Until Ready... 59
[API] [INFO ] : .
[API] [ERROR] : Waiting Until Ready... 58
[API] [INFO ] : .
[API] [ERROR] : Waiting Until Ready... 57
[API] [INFO ] : .
[API] [INFO ] : Sonic Pi Server connection established in 3.01339s
[API] [INFO ] : API State set to: Created...
[GUI] - loading up web view with URL: http://localhost:38306
[GUI] - honour prefs
[GUI] - asking OSC server to start
[GUI] - cue port in internal mode
[GUI] - update prefs icon
[GUI] - toggle icons
[GUI] - full screen
[GUI] - load workspaces
[GUI] - loading workspaces
[GUI] - load request Version
[GUI] - Change Volume to 80
[GUI] [i18n] - Warning: Predefined language name not found: 'en_Latn_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_Latn_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_ES'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_Latn_ES'
[GUI] [i18n] - Warning: Predefined language name not found: 'en_Latn_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_Latn_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_ES'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_Latn_ES'
[GUI] - boot sequence completed.
[GUI] - asking OSC server to start
[GUI] - cue port in internal mode
[GUI] - writing settings
[GUI] [i18n] - Warning: Predefined language name not found: 'en_Latn_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'fr_Latn_FR'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_GB'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_ES'
[GUI] [i18n] - Warning: Predefined language name not found: 'es_Latn_ES'
[GUI] - initiating Shutdown...
[GUI] - shutting down scope...
[GUI] - shutting down PhX view...
[GUI] - saving workspaces
[GUI] - exiting. Cheerio :-)
[API] [INFO ] : Initiating Shutdown
[API] [INFO ] : Shutting down with state: Created
[API] [INFO ] : Resetting audio processor...
Number of Devices: 4
0 : "BlackHole 2ch"
1 : "MacBook Pro Microphone"
2 : "MacBook Pro Speakers"
3 : "Multi-Output Device"
"MacBook Pro Microphone" Input Device
Streams: 1
0 channels 1
"MacBook Pro Speakers" Output Device
Streams: 1
0 channels 2
SC_AudioDriver: sample rate = 44100.000000, driver's block size = 512
SuperCollider 3 server ready.
Sonic Pi Spider Server booting...
The time is 2022-01-27 13:49:42 +0000
Using primary protocol: udp
Detecting port numbers...
Ports: {:server_port=>38301, :gui_port=>38302, :scsynth_port=>38303, :scsynth_send_port=>38303, :osc_cues_port=>4560, :tau_port=>38304, :listen_to_tau_port=>38309}
Opening UDP Server to listen to GUI on port: 38301
Spider - Pulling in modules...
Spider - Starting Runtime Server
TauComms - Sending /ping to tau: 127.0.0.1:38304
studio - init
scsynth boot - Waiting for the SuperCollider Server to have booted...
scsynth boot - Sending /status to server: 127.0.0.1:38303
scsynth boot - Receiving ack from scsynth
scsynth boot - Server connection established
scsynth - clear!
scsynth - clear schedule
scsynth - schedule cleared!
scsynth - group clear 0
scsynth - group clear 0 completed
Studio - Initialised SuperCollider Audio Server v3.12.1
Studio - Resetting server
Studio - Reset and setup groups and busses
Studio - Clearing scsynth
scsynth - clear schedule
scsynth - clear scsynth
scsynth - clear!
scsynth - clear schedule
scsynth - schedule cleared!
scsynth - group clear 0
scsynth - group clear 0 completed
scsynth - cleared scsynth
scsynth - bus allocators reset
Studio - Allocating audio bus
Studio - Create Base Synth Groups
Studio - Starting mixer
Studio - Starting scope
Spider - Runtime Server Initialised
Spider - Could not find init.rb file: /Users/emcorrin/.sonic-pi/config/init.rb
Spider - Registering incoming Spider Server API endpoints
Spider - Booted Successfully.
Spider - v4.0.0-beta2, OS osx, on Ruby 2.6.8 | 2.6.0.
Spider - ------------------------------------------
TauComms - Sending /ping to tau: 127.0.0.1:38304
TauComms - Receiving ack from tau
TauComms - connection established
Spider - Server is exiting.
Spider - Shutting down GUI...
Spider - Goodbye :-)
Exiting - shutting down scsynth server...
Sending /quit command to scsynth
Stopping OSC server...
Stopped OSC server...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment