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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
[2022-11-10 19:46:42] Opening branch at https://gitlab.com/kalilinux/packages/cloudflare-scrape.git/,branch=kali%2Fmaster
[2022-11-10 19:46:43] Using cached branch file:///home/janitor/vcs/git/cloudflare-scrape/,branch=kali%2Flatest
[2022-11-10 19:46:57] Workspace ready - starting.
[2022-11-10 19:47:01] Running ['deb-new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches', '--skip-empty']
[2022-11-10 19:47:01] Assuming changelog does not need to be updated, since there is a [dch] section in gbp.conf.
Using upstream branch https://github.com/Anorov/cloudflare-scrape.git (from configuration)
Using upstream branch https://github.com/Anorov/cloudflare-scrape.git (from configuration)
Total 592 (delta 0), reused 0 (delta 0), pack-reused 592
Total 592 (delta 0), reused 0 (delta 0), pack-reused 592
Using version string 2.1.1.
No upstream upstream-revision format specified, trying tag:1.9.5
No upstream upstream-revision format specified, trying tag:1.9.5
Not including upstream history, since previous upstream version (1.9.5) is not present in packaging branch history.
Using uscan to look for the upstream tarball.
Using uscan to look for the upstream tarball.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Devscripts/Uscan/WatchLine.pm line 868.
uupdate: debian/source/format is "3.0 (quilt)".
uupdate: Auto-generating cloudflare-scrape_1.9.5-0kali2.debian.tar.xz
uupdate: -> Copy to cloudflare-scrape_2.1.1-1.debian.tar.xz
Revision b'git-v1:192db731006b36d1dedcb065686edbd17f36c402' exists in repository but not in upstream branch, ignoring
Revision b'git-v1:192db731006b36d1dedcb065686edbd17f36c402' exists in repository but not in upstream branch, ignoring
Revision b'git-v1:192db731006b36d1dedcb065686edbd17f36c402' exists in repository but not in upstream branch, ignoring
Revision b'git-v1:192db731006b36d1dedcb065686edbd17f36c402' exists in repository but not in upstream branch, ignoring
Imported cloudflare-scrape_2.1.1.orig.tar.gz with pristine-tar.
Imported cloudflare-scrape_2.1.1.orig.tar.gz with pristine-tar.
All changes applied successfully.
All changes applied successfully.
Found tag for topmost changelog version 'b65ff07a934e71f79cd9c6d5ce9182af0fccd3fa'
Committing to: /home/janitor/tmp/janitorfxr9cq_h/cloudflare-scrape.git/
Committing to: /home/janitor/tmp/janitorfxr9cq_h/cloudflare-scrape.git/
added .coveragerc
added .coveragerc
added .github
added .github
added .github/ISSUE_TEMPLATE
added .github/ISSUE_TEMPLATE
added .github/ISSUE_TEMPLATE/bug-report-template.md
added .github/ISSUE_TEMPLATE/bug-report-template.md
modified .gitignore
modified .gitignore
added .travis.yml
added .travis.yml
added Makefile
added Makefile
added Pipfile
added Pipfile
added Pipfile.lock
added Pipfile.lock
modified README.md
modified README.md
added appveyor.yml
added appveyor.yml
modified cfscrape/__init__.py
modified cfscrape/__init__.py
added cfscrape/user_agents.py
added cfscrape/user_agents.py
modified debian/changelog
modified debian/changelog
added pytest.ini
added pytest.ini
modified setup.py
modified setup.py
added tests
added tests
added tests/__init__.py
added tests/__init__.py
added tests/fixtures
added tests/fixtures
added tests/fixtures/cf_recaptcha_15_04_2019.html
added tests/fixtures/cf_recaptcha_15_04_2019.html
added tests/fixtures/js_challenge_03_12_2018.html
added tests/fixtures/js_challenge_03_12_2018.html
added tests/fixtures/js_challenge_09_06_2016.html
added tests/fixtures/js_challenge_09_06_2016.html
added tests/fixtures/js_challenge_10_04_2019.html
added tests/fixtures/js_challenge_10_04_2019.html
added tests/fixtures/js_challenge_13_03_2019.html
added tests/fixtures/js_challenge_13_03_2019.html
added tests/fixtures/js_challenge_21_03_2019.html
added tests/fixtures/js_challenge_21_03_2019.html
added tests/fixtures/js_challenge_21_05_2015.html
added tests/fixtures/js_challenge_21_05_2015.html
added tests/fixtures/js_challenge_30_11_2019.html
added tests/fixtures/js_challenge_30_11_2019.html
added tests/fixtures/requested_page.html
added tests/fixtures/requested_page.html
added tests/test_adapters.py
added tests/test_adapters.py
added tests/test_cfscrape.py
added tests/test_cfscrape.py
added tox.ini
added tox.ini
Committed revision 17.
Committed revision 17.
Merged new upstream version 2.1.1 (previous: 1.9.5)
Merge new upstream version 2.1.1
Traceback (most recent call last):
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/worker.py", line 976, in run_worker
raise _push_error_to_worker_failure(e, ("result-push", )) from e
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/worker.py", line 964, in run_worker
update_current=False
File "/home/janitor/venv/lib/python3.7/site-packages/backoff/_sync.py", line 105, in retry
ret = target(*args, **kwargs)
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/worker.py", line 476, in import_branches_git
inter.fetch_refs(get_changed_refs, lossy=False, overwrite=True)
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/git/interrepo.py", line 655, in fetch_refs
self.target._git.refs[k] = git_sha
File "/home/janitor/venv/lib/python3.7/site-packages/dulwich/refs.py", line 375, in __setitem__
self.set_if_equals(name, None, ref)
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/git/transportgit.py", line 286, in set_if_equals
realname), new_ref + b"\n")
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/transport/local.py", line 194, in put_bytes
self._translate_error(e, path)
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/transport/__init__.py", line 372, in _translate_error
raise NoSuchFile(path, extra=e)
breezy.transport.NoSuchFile: No such file: '/home/janitor/vcs/git/cloudflare-scrape/refs/tags/7da534c0-b4ec-4ca0-a239-3af0edeabdbd/upstream/2.1.1': [Errno 20] Not a directory: '/home/janitor/vcs/git/cloudflare-scrape/refs/tags/7da534c0-b4ec-4ca0-a239-3af0edeabdbd/upstream/2.1.1.6355.atlas.kali.org.z5mq9k8ri4.tmp'
|