~remexre/#1380061

failed

da1dee3Nathan Ringo

Split App and CurryApp.

Owner
~remexre
Created
a month ago
Updated
a month ago
Build manifest
view manifest »

Tasks

view log »
install-ocaml-deps view log »
build view log »
go to bottom »
go to top »
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[#1380061] 2024/12/03 05:58:32 Booting image freebsd/latest (amd64) on port 22221
[#1380061] 2024/12/03 05:58:33 Waiting for guest to settle
[#1380061] 2024/12/03 05:58:55 Sending tasks
[#1380061] 2024/12/03 05:58:56 Sending build environment
[#1380061] 2024/12/03 05:58:56 Installing packages
Warning: Permanently added '[localhost]:22221' (ED25519) to the list of known hosts.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): . done
Processing candidates (1 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 7 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	gmake: 4.4.1
	gmp: 6.3.0
	libiconv: 1.17_1
	ocaml-opam: 2.3.0
	patch: 2.7.6_2
	rsync: 3.3.0
	xxhash: 0.8.2_1

Number of packages to be installed: 7

The process will require 22 MiB more space.
6 MiB to be downloaded.
[1/7] Fetching patch-2.7.6_2.pkg: ....... done
[2/7] Fetching rsync-3.3.0.pkg: .......... done
[3/7] Fetching gmake-4.4.1.pkg: .......... done
[4/7] Fetching ocaml-opam-2.3.0.pkg: .......... done
[5/7] Fetching gmp-6.3.0.pkg: .......... done
[6/7] Fetching xxhash-0.8.2_1.pkg: .... done
[7/7] Fetching libiconv-1.17_1.pkg: .......... done
Checking integrity... done (0 conflicting)
[1/7] Installing xxhash-0.8.2_1...
[1/7] Extracting xxhash-0.8.2_1: .......... done
[2/7] Installing libiconv-1.17_1...
[2/7] Extracting libiconv-1.17_1: .......... done
[3/7] Installing patch-2.7.6_2...
[3/7] Extracting patch-2.7.6_2: ..... done
[4/7] Installing rsync-3.3.0...
[4/7] Extracting rsync-3.3.0: .......... done
[5/7] Installing gmake-4.4.1...
[5/7] Extracting gmake-4.4.1: .......... done
[6/7] Installing ocaml-opam-2.3.0...
[6/7] Extracting ocaml-opam-2.3.0: .......... done
[7/7] Installing gmp-6.3.0...
[7/7] Extracting gmp-6.3.0: .......... done
=====
Message from rsync-3.3.0:

--
Some scripts provided by rsync, such as rrsync,
require Python, which is not installed by default.
[#1380061] 2024/12/03 05:59:02 Cloning repositories
Cloning into 'sylvan'...
+ cd sylvan
+ git checkout -q da1dee3abbf02ba05fad8a062c07bf3dfcc2b8e8
+ cd sylvan
+ git submodule update --init --recursive
[#1380061] 2024/12/03 05:59:03 Running task install-ocaml-deps
install-ocaml-deps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
+ opam init --yes
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git, mercurial.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

<><> Required setup - please read <><><><><><><><><><><><><><><><><><><><><><><>

  In normal operation, opam only alters files within ~/.opam.

  However, to best integrate with your system, some environment variables
  should be set. If you allow it to, this initialisation step will update
  your bash configuration by adding the following line to ~/.profile:

    test -r '/home/build/.opam/opam-init/init.sh' && . '/home/build/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true

  Otherwise, every time you want to access your opam installation, you will
  need to run:

    eval $(opam env)

  You can always re-run this setup with 'opam init' later.

[WARNING] Shell not updated in non-interactive mode: use --shell-setup

<><> Creating initial switch 'default' (invariant ["ocaml" {>= "4.05.0"}] - initially with ocaml-base-compiler)

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml" {>= "4.05.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed base-bigarray.base
∗ installed base-threads.base
∗ installed base-unix.base
∗ installed host-arch-x86_64.1
∗ installed host-system-other.1
∗ installed ocaml-options-vanilla.1
⬇ retrieved ocaml-config.3  (2 extra sources)
⬇ retrieved ocaml-config.3  (2 extra sources)
⬇ retrieved ocaml-base-compiler.5.2.1  (https://opam.ocaml.org/cache)
Build complete: failed a month ago (took 17 minutes)