<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="264907" data-post-id="264907">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="derek-zhou" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/derek-zhou/120/19943_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  derek-zhou
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>At its core the BEAM is a preemptive multi-threaded system. So if the clock is funky then the scheduling will not be fair. If the clock warp too much then I guess some GenServer calls could even timeout.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="264907" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-264907" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="264907"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="356714" data-post-id="356714">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I am having the same issue.</p>
<p>My environment:</p>
<ul>
<li>Host
<ul>
<li>Windows 11 Pro 24H2</li>
<li>VirtualBox 7.1.4</li>
</ul>
</li>
<li>Guest
<ul>
<li>NixOS 24.11.20250116.3355599 (Vicuna)</li>
<li>Linux version 6.6.71</li>
<li>Elixir 1.14.5 and Erlang/OTP 25 [erts-13.2.2.11]</li>
</ul>
</li>
</ul>
<p>I also tested on different VM environments (VMware Workstation 15 Pro, Proxmox) and never experienced this issue.</p>
<p>For reference, the issue happens even with all of the following conditions combined:</p>
<ul>
<li><a href="https://www.virtualbox.org/manual/ch09.html#disabletimesync" rel="noopener nofollow ugc">Disabled the Guest Additions Time Synchronization</a></li>
<li>Disabled <a href="https://www.virtualbox.org/manual/ch04.html" rel="noopener nofollow ugc">Guest Additions</a>, for good measure</li>
<li>Disabled NTP synchronization</li>
<li><a href="https://www.erlang.org/doc/apps/erts/time_correction#time-correction" rel="nofollow">Time Correction</a> enabled with <a href="https://www.erlang.org/doc/apps/erts/time_correction#no-time-warp-mode" rel="nofollow">Time Warp Mode</a> set to either <em>No Time Warp Mode</em>  or <em>Multi-Time Warp Mode</em></li>
</ul>
<p>I enabled all the logs that I could, I cannot understand what causes this issue. For info:</p>
<pre data-code-wrap="txt"><code class="lang-txt">Feb 19 10:42:43 fas myapp[1292]: OS monotonic time stepped backwards!
Feb 19 10:42:43 fas myapp[1292]: Previous time: 417898883425
Feb 19 10:42:43 fas myapp[1292]: Current time:  417898880929
Feb 19 10:42:43 fas systemd-coredump[1570]: Process 1292 (beam.smp) of user 399 terminated abnormally with signal 6/ABRT, processing...
Feb 19 10:42:43 fas systemd[1]: Created slice Slice /system/systemd-coredump.
Feb 19 10:42:43 fas systemd[1]: Started Process Core Dump (PID 1570/UID 0).
Feb 19 10:42:43 fas systemd-coredump[1571]: Removed old coredump core.beam\x2esmp.399.5f2f98555c0e485c811ad1241bae2bc8.3653.1739957532000000.zst.
Feb 19 10:42:43 fas systemd-coredump[1571]: Removed old coredump core.beam\x2esmp.399.5f2f98555c0e485c811ad1241bae2bc8.3903.1739957641000000.zst.
Feb 19 10:42:48 fas systemd-coredump[1571]: Process 1292 (beam.smp) of user 399 dumped core.
                                            
                                            Module crypto_callback.so without build-id.
                                            Module crypto.so without build-id.
                                            Module argon2_nif.so without build-id.
                                            Module asn1rt_nif.so without build-id.
                                            Module dyntrace.so without build-id.
                                            Module libgcc_s.so.1 without build-id.
                                            Module libstdc++.so.6 without build-id.
                                            Module libz.so.1 without build-id.
                                            Module libncursesw.so.6 without build-id.
                                            Module beam.smp without build-id.
                                            Stack trace of thread 1330:
                                            #0  0x00007fa6e969aa9c __pthread_kill_implementation (libc.so.6 + 0x92a9c)
                                            #1  0x00007fa6e9648576 raise (libc.so.6 + 0x40576)
                                            #2  0x00007fa6e9630935 abort (libc.so.6 + 0x28935)
                                            #3  0x0000000000455349 erts_exit_epilogue.cold (beam.smp + 0x55349)
                                            #4  0x0000000000539953 erts_exit_vv (beam.smp + 0x139953)
                                            #5  0x0000000000539aaf erts_exit (beam.smp + 0x139aaf)
                                            #6  0x00000000005ce0fe get_os_drift_corrected_time (beam.smp + 0x1ce0fe)
                                            #7  0x00000000005d0b39 erts_get_monotonic_time (beam.smp + 0x1d0b39)
                                            #8  0x0000000000460e40 scheduler_wait (beam.smp + 0x60e40)
                                            #9  0x0000000000470cf9 erts_schedule (beam.smp + 0x70cf9)
                                            #10 0x00007fa6a72445ad n/a (n/a + 0x0)
                                            ELF object binary architecture: AMD x86-64
Feb 19 10:42:48 fas systemd[1]: systemd-coredump@0-1570-0.service: Deactivated successfully.
Feb 19 10:42:48 fas systemd[1]: systemd-coredump@0-1570-0.service: Consumed 1.970s CPU time, 5M memory peak, 1000K read from disk.
Feb 19 10:42:48 fas systemd[1]: myapp.service: Main process exited, code=dumped, status=6/ABRT
Feb 19 10:42:48 fas systemd[1]: myapp.service: Failed with result 'core-dump'.
Feb 19 10:42:48 fas systemd[1]: myapp.service: Scheduled restart job, restart counter is at 1.
Feb 19 10:42:48 fas systemd[1]: Starting MyApp...
</code></pre>
<p>Considering the clear warning in the Erlang <a href="https://www.erlang.org/doc/apps/erts/time_correction.html#time-correction" rel="nofollow">documentation</a> (see below), I do not believe disabling time correction (i.e. <code>+c false</code>) is a solution.</p>
<blockquote>
<h2>Time correction</h2>
<p>[…]<br>
<em>You typically never want to disable time correction</em>. Previously a performance penalty was associated with time correction, but nowadays it is usually the other way around. If time correction is disabled, you probably get<br>
bad scalability, bad performance, and bad time measurements.</p>
</blockquote>
<p>Does anyone have more information on this? Has anyone reported this to Erlang and/or VirtualBox?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="356714" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-356714" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="356714"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="357170" data-post-id="357170">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The issue still persist when using Elixir (1.18.1) and Erlang/OTP 27 [erts-15.2].</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="357170" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-357170" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="357170"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="357175" data-post-id="357175">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I reported the issue to the Erlang project: <a href="https://github.com/erlang/otp/issues/9479" class="inline-onebox" rel="noopener nofollow ugc">Elixir apps running on VirtualBox crash repetitively with `OS monotonic time stepped backwards!` · Issue #9479 · erlang/otp · GitHub</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="357175" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-357175" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="357175"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="357177" data-post-id="357177">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="tcoopman" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/tcoopman/120/8112_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  tcoopman
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The issue is that your VM turned back in time, which erlang doesn’t like.</p>
<aside class="quote no-group" data-username="itopiz" data-post="13" data-topic="51004">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/i/edb3f5/48.png" class="avatar"> itopiz:</div>
<blockquote>
<pre data-code-wrap="elixir"><code class="lang-elixir">Feb 19 10:42:43 fas myapp[1292]: OS monotonic time stepped backwards!
Feb 19 10:42:43 fas myapp[1292]: Previous time: 417898883425
Feb 19 10:42:43 fas myapp[1292]: Current time:  417898880929
</code></pre>
</blockquote>
</aside>
<p>After reading a bit more on this, I also found this which says disabling time correction is the solution: <a href="https://erlangforums.com/t/passing-erl-options-to-erlc/3045/7" class="inline-onebox" rel="nofollow">Passing erl options to erlc? - #7 by rickard - Questions / Help - Erlang Programming Language Forum - Erlang Forums</a></p>
<p>Reading the time and correction module in Erlang was not entirely clear, but I think all the time warping is about the erlang monotonic time and not the OS monotonic time.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="357177" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-357177" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="357177"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #15"></div>
  </section>
</div>
    <div class="postbit" id="357590" data-post-id="357590">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Issue reported on VirtualBox Forums: <a href="https://forums.virtualbox.org/viewtopic.php?t=113272" class="inline-onebox" rel="noopener nofollow ugc">Erlang crashes due to: OS monotonic time stepped backwards! - virtualbox.org</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="357590" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-357590" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="357590"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="358852" data-post-id="358852">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Issue also reported on the VirtualBox bug tracker: <a href="https://www.virtualbox.org/ticket/22334" class="inline-onebox" rel="noopener nofollow ugc">#22334 (VM clock goes backwards =&gt; fixed in svn) – Oracle VirtualBox</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="358852" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-358852" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="358852"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="359736" data-post-id="359736">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This was indeed an issue with VirtualBox and it has been fixed (<a href="https://www.virtualbox.org/ticket/22334" class="inline-onebox" rel="noopener nofollow ugc">#22334 (VM clock goes backwards =&gt; fixed in svn) – Oracle VirtualBox</a>). Waiting for a new VirtualBox release now.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359736" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-359736" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359736"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-solved cat-solved" title="Marked as solution"></div>
  </section>
</div>
    <div class="postbit" id="359859" data-post-id="359859">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dfalling" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dfalling
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thank you for reporting this to them! I should have done that when I first hit this to save us all some grief.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359859" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-359859" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359859"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="363607" data-post-id="363607">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="itopiz" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  itopiz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>VirtualBox 7.1.8 has been released on April 15 2025 and fixes the issue:</p>
<ul>
<li><a href="https://www.virtualbox.org/wiki/Changelog" class="inline-onebox" rel="noopener nofollow ugc">Changelog – Oracle VirtualBox</a></li>
<li><a href="https://docs.oracle.com/en/virtualization/virtualbox/7.1/relnotes/ChangeLog.html#ChangeLog" class="inline-onebox" rel="noopener nofollow ugc">Change Log</a></li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="363607" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-crashes-in-virtualbox-with-monotonic-time-message/51004/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-363607" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="363607"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>