Running with gitlab-runner 16.8.0 (c72a09b6)
  on MUDE runner 7Rx6993v, system ID: r_AL9zsbytSQjO
section_start:1728048244:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ruby:3.2.2-bookworm ...
Pulling docker image ruby:3.2.2-bookworm ...
Using docker image sha256:61c637c1c992b4730f081f33c7d0a932f8a6cd131ce3eef8637572e89e2e6204 for ruby:3.2.2-bookworm with digest ruby@sha256:bc2b1b2c5cf0423b9ca12f2c2196c51efa80c8d3d4d0cf01858e67dc2c7136e4 ...
section_end:1728048246:prepare_executor
section_start:1728048246:prepare_script
Preparing environment
Running on runner-7rx6993v-project-20764-concurrent-0 via 338514c32437...
section_end:1728048246:prepare_script
section_start:1728048246:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/mude/2024-website/.git/
Checking out 23e94a8e as detached HEAD (ref is main)...
Removing public/

Skipping Git submodules setup
section_end:1728048247:get_sources
section_start:1728048247:step_script
Executing "step_script" stage of the job script
Using docker image sha256:61c637c1c992b4730f081f33c7d0a932f8a6cd131ce3eef8637572e89e2e6204 for ruby:3.2.2-bookworm with digest ruby@sha256:bc2b1b2c5cf0423b9ca12f2c2196c51efa80c8d3d4d0cf01858e67dc2c7136e4 ...
$ gem install bundler
Successfully installed bundler-2.5.21
1 gem installed
$ bundle install
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching public_suffix 6.0.1
Fetching bigdecimal 3.1.8
Installing public_suffix 6.0.1
Fetching colorator 1.1.0
Installing bigdecimal 3.1.8 with native extensions
Installing colorator 1.1.0
Fetching concurrent-ruby 1.3.4
Installing concurrent-ruby 1.3.4
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching http_parser.rb 0.8.0
Installing http_parser.rb 0.8.0 with native extensions
Fetching ffi 1.17.0 (x86_64-linux-gnu)
Installing ffi 1.17.0 (x86_64-linux-gnu)
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching rb-fsevent 0.11.2
Installing rb-fsevent 0.11.2
Fetching rexml 3.3.8
Installing rexml 3.3.8
Fetching liquid 4.0.4
Installing liquid 4.0.4
Fetching mercenary 0.4.0
Installing mercenary 0.4.0
Fetching rouge 4.4.0
Installing rouge 4.4.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching unicode-display_width 2.6.0
Installing unicode-display_width 2.6.0
Fetching webrick 1.8.2
Installing webrick 1.8.2
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching i18n 1.14.6
Installing i18n 1.14.6
Fetching google-protobuf 4.28.2 (x86_64-linux)
Installing google-protobuf 4.28.2 (x86_64-linux)
Fetching rb-inotify 0.11.1
Installing rb-inotify 0.11.1
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching kramdown 2.4.0
Installing kramdown 2.4.0
Fetching terminal-table 3.0.2
Installing terminal-table 3.0.2
Fetching sass-embedded 1.79.4 (x86_64-linux-gnu)
Installing sass-embedded 1.79.4 (x86_64-linux-gnu)
Fetching listen 3.9.0
Installing listen 3.9.0
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Fetching jekyll-sass-converter 3.0.0
Installing jekyll-sass-converter 3.0.0
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1
Fetching em-websocket 0.5.3
Installing em-websocket 0.5.3
Fetching jekyll 4.3.4
Installing jekyll 4.3.4
Fetching jekyll-include-cache 0.2.1
Fetching jekyll-seo-tag 2.8.0
Installing jekyll-include-cache 0.2.1
Installing jekyll-seo-tag 2.8.0
Fetching just-the-docs 0.6.1
Installing just-the-docs 0.6.1
Bundle complete! 3 Gemfile dependencies, 35 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from i18n:
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.
$ chmod +x ./build-page.sh
$ if [ "$CI_COMMIT_BRANCH" == "release" ]; then # collapsed multi-line command
Running on main branch
Using draft deployment strategy
Using config file: _config_draft.yml
Config file contents:
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: MUDE
tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers
description: Course website for TU Delft CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers
author: By MUDE Teachers and the Student Army
baseurl: / # the subpath of your site, e.g. /blog
url: https://mude.citg.tudelft.nl # the base hostname & protocol for your site, e.g. http://example.com
exclude:
  [
    "Gemfile",
    "Gemfile.lock",
    "LICENSE",
    vendor,
    "README.md",
    "build-local.sh",
    files,
    "build-page.sh",
    "_config.yml.bak",
  ]
logo: "/assets/logo/MUDE Logo.png"
footer_logo: "/assets/logo/TUDelft Logo.png"

# Theme settings
theme: just-the-docs
color_scheme: wider
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links:
  Brightspace:
    - "https://brightspace.tudelft.nl/d2l/home/594596"
  Collegerama:
    - "https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/?academicYear=2024-2025-cegm1000"
  Answers:
    - "https://answers.citg.tudelft.nl"
  Files:
    - "https://mude.citg.tudelft.nl/files/"
  Textbook:
    - "https://mude.citg.tudelft.nl/book"
  Home:
    - "https://mude.citg.tudelft.nl"
aux_links_new_tab: true

# Collections for website data
collections:
  staffers:
  programming:
  weeks:
  announcements:
# Default layouts for each collection type
defaults:
  - scope:
      path: ""
      type: staffers
    values:
      layout: staffer
      height: 300
      subpath: "/assets/images/"
      width: 300
  - scope:
      path: ""
      type: modules
    values:
      layout: module
  - scope:
      path: ""
      type: schedules
    values:
      layout: schedule
  - scope:
      path: ""
      type: announcements
    values:
      layout: announcement
  - scope:
      path: ""
      type: questions
    values:
      layout: question

compress_html:
  clippings: all
  comments: all
  endings: all
  startings: []
  blanklines: false
  profile: false

is_draft: true
draft_banner: '⚠This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/">here</a>.⚠'
Publishing to page root: "/2024/draft"
Configuration file: /builds/mude/2024-website/_config_draft.yml
            Source: /builds/mude/2024-website
       Destination: /builds/mude/2024-website/public
 Incremental build: disabled. Enable with --incremental
      Generating... 
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 3:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18  @import
    - 4:11                          root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18                                    @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 6:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -18.8888888889%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
12 │ $feedback-color: darken($sidebar-color, 3%);
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/dark.scss 12:18                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 8:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/base.scss
15 │     scroll-behavior: smooth;
   │     ^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/base.scss 15:3               @import
    modules.scss 5:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
45 │     padding-top: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 45:3             @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
46 │     padding-bottom: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 46:3             @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
117│     flex-grow: 1;
   │     ^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 117:3            @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
118│     display: flex;
   │     ^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 118:3            @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.4693877551%)
color.adjust($color, $lightness: -2%)

More info: https://sass-lang.com/d/color-functions

   ╷
38 │     color: darken($link-color, 2%);
   │            ^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 38:12           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -5.1515151515%)
color.adjust($color, $lightness: -1%)

More info: https://sass-lang.com/d/color-functions

   ╷
46 │     background-color: darken($base-button-color, 1%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 46:23           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -15.4545454545%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
52 │     background-color: darken($base-button-color, 3%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 52:23           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-dark.scss 10:9  root stylesheet
WARNING: 75 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18                                       @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 7:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/base.scss
15 │     scroll-behavior: smooth;
   │     ^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/base.scss 15:3                  @import
    modules.scss 5:9                                                      @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
45 │     padding-top: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 45:3                @import
    modules.scss 6:9                                                      @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
46 │     padding-bottom: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 46:3                @import
    modules.scss 6:9                                                      @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
117│     flex-grow: 1;
   │     ^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 117:3               @import
    modules.scss 6:9                                                      @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
118│     display: flex;
   │     ^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 118:3               @import
    modules.scss 6:9                                                      @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.1875%)
color.adjust($color, $lightness: -2%)

More info: https://sass-lang.com/d/color-functions

   ╷
38 │     color: darken($link-color, 2%);
   │            ^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 38:12              @import
    modules.scss 11:9                                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -1.032388664%)
color.adjust($color, $lightness: -1%)

More info: https://sass-lang.com/d/color-functions

   ╷
46 │     background-color: darken($base-button-color, 1%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 46:23              @import
    modules.scss 11:9                                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0971659919%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
52 │     background-color: darken($base-button-color, 3%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 52:23              @import
    modules.scss 11:9                                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -5.7954545455%)
color.adjust($color, $lightness: -5%)

More info: https://sass-lang.com/d/color-functions

   ╷
58 │     background-color: darken(#dcdcdc, 5%);
   │                       ^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 58:23              @import
    modules.scss 11:9                                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-default.scss 11:9  root stylesheet
WARNING: 66 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0909090909%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
11 │ $feedback-color: darken($sidebar-color, 3%) !default;
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    color_schemes/light.scss 11:18                                     @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 6:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/base.scss
15 │     scroll-behavior: smooth;
   │     ^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/base.scss 15:3               @import
    modules.scss 5:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
45 │     padding-top: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 45:3             @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
46 │     padding-bottom: $gutter-spacing-sm;
   │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 46:3             @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
117│     flex-grow: 1;
   │     ^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 117:3            @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> ../../../../just-the-docs-0.6.1/_sass/layout.scss
118│     display: flex;
   │     ^^^^^^^^^^^^^ declaration
   ╵
   ┌──> ../../../../just-the-docs-0.6.1/_sass/support/mixins/_layout.scss
15 │ ┌     @media (min-width: $value) {
16 │ │       @content;
17 │ │     }
   │ └─── nested rule
   ╵
    ../../../../just-the-docs-0.6.1/_sass/layout.scss 118:3            @import
    modules.scss 6:9                                                   @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.1875%)
color.adjust($color, $lightness: -2%)

More info: https://sass-lang.com/d/color-functions

   ╷
38 │     color: darken($link-color, 2%);
   │            ^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 38:12           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -1.032388664%)
color.adjust($color, $lightness: -1%)

More info: https://sass-lang.com/d/color-functions

   ╷
46 │     background-color: darken($base-button-color, 1%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 46:23           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -3.0971659919%)
color.adjust($color, $lightness: -3%)

More info: https://sass-lang.com/d/color-functions

   ╷
52 │     background-color: darken($base-button-color, 3%);
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 52:23           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -5.7954545455%)
color.adjust($color, $lightness: -5%)

More info: https://sass-lang.com/d/color-functions

   ╷
58 │     background-color: darken(#dcdcdc, 5%);
   │                       ^^^^^^^^^^^^^^^^^^^
   ╵
    ../../../../just-the-docs-0.6.1/_sass/buttons.scss 58:23           @import
    modules.scss 11:9                                                  @import
    /builds/mude/2024-website/assets/css/just-the-docs-light.scss 8:9  root stylesheet
WARNING: 66 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
                    done in 1.286 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
Build complete. Contents of public directory:
public:
announcements
assets
exams
favicon.ico
index.html
info
multiyear
overview
portfolio
schedule
staff

public/announcements:
index.html

public/assets:
css
favicon
figures
images
js
logo

public/assets/css:
just-the-docs-dark.css
just-the-docs-dark.css.map
just-the-docs-default.css
just-the-docs-default.css.map
just-the-docs-light.css
just-the-docs-light.css.map

public/assets/favicon:
android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon.png
favicon-16x16.png
favicon-32x32.png
favicon.ico
site.webmanifest

public/assets/figures:
week.png

public/assets/images:
Ajay.png
Alireza.png
Anastasios.jpg
Antonio.jpg
Caspar.jpg
Christian.jpg
Daniel.jpg
Dhruv.png
Frans.jpg
Goncalo.jpeg
Gui.jpg
Isabel.jpg
Iuri.webp
Joao.jpg
Justin.png
Kwangjin.jpg
Max.JPG
Mohammed.jpg
Patricia.jpg
Quinten.jpg
Renat.jpg
Riccardo.webp
Robert.jpg
Rok.webp
Ronald.jpg
Sophie.jpeg
Tom.jpg
berend.jpg
gabriel.jpg
jialei.jpg
nora.jpeg
sandra.jpg

public/assets/js:
just-the-docs.js
mathjax-script-type.js
search-data.json
vendor

public/assets/js/vendor:
lunr.min.js

public/assets/logo:
MUDE Logo.png
MUDE LogoLrg.png
TUDelft Logo.png

public/exams:
index.html

public/info:
index.html

public/multiyear:
index.html

public/overview:
all
programming
week_1_1
week_1_2

public/overview/all:
index.html

public/overview/programming:
index.html

public/overview/week_1_1:
index.html

public/overview/week_1_2:
index.html

public/portfolio:
index.html

public/schedule:
index.html

public/staff:
berend
index.html
ronald
sandra

public/staff/berend:
index.html

public/staff/ronald:
index.html

public/staff/sandra:
index.html
section_end:1728048286:step_script
section_start:1728048286:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 93 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=832358 responseStatus=201 Created token=glcbt-64
section_end:1728048288:upload_artifacts_on_success
section_start:1728048288:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1728048288:cleanup_file_variables
Job succeeded